'宣言 Public Function New( _ ByVal minValue As System.Object, _ ByVal maxValue As System.Object, _ ByVal includeMin As System.Boolean, _ ByVal includeMax As System.Boolean _ )
public ValueInterval( System.object minValue, System.object maxValue, System.bool includeMin, System.bool includeMax )
パラメータ
- minValue
- MinValue プロパティ値。
- maxValue
- MaxValue プロパティ値。
- includeMin
- IncludeMin プロパティ値。
- includeMax
- IncludeMax プロパティ値。