'Declaration Public Function New( _ ByVal lowerY As Nullable(Of Double), _ ByVal upperY As Nullable(Of Double) _ )
public _YValueRange( Nullable<double> lowerY, Nullable<double> upperY )
Parameters
- lowerY
- upperY
'Declaration Public Function New( _ ByVal lowerY As Nullable(Of Double), _ ByVal upperY As Nullable(Of Double) _ )
public _YValueRange( Nullable<double> lowerY, Nullable<double> upperY )