Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Jpip Namespace > RangeF Class : RangeF Constructor |
public RangeF( Nullable<float> startValue, Nullable<float> lastValue )
'Declaration Public Function New( _ ByVal startValue As Nullable(Of Single), _ ByVal lastValue As Nullable(Of Single) _ )
'Usage Dim startValue As Nullable(Of Single) Dim lastValue As Nullable(Of Single) Dim instance As New RangeF(startValue, lastValue)
public: RangeF( Nullable<float> startValue, Nullable<float> lastValue )