'宣言
Public Function New( _ ByVal lowerY As Nullable(Of Double), _ ByVal upperY As Nullable(Of Double) _ )
public _YValueRange( Nullable<double> lowerY, Nullable<double> upperY )
パラメータ
- lowerY
- upperY
'宣言
Public Function New( _ ByVal lowerY As Nullable(Of Double), _ ByVal upperY As Nullable(Of Double) _ )
public _YValueRange( Nullable<double> lowerY, Nullable<double> upperY )