'Declaration Public Function New( _ ByVal lower As Nullable(Of Double), _ ByVal upper As Nullable(Of Double), _ ByVal stringFormatting As IStringFormatting _ )
public _NumberRangeValueInfo( Nullable<double> lower, Nullable<double> upper, IStringFormatting stringFormatting )
Parameters
- lower
- upper
- stringFormatting