Leadtools.Jpip Namespace > RangeF Class : LastValue Property |
public Nullable<float> LastValue {get;}
'Declaration Public ReadOnly Property LastValue As Nullable(Of Single)
'Usage Dim instance As RangeF Dim value As Nullable(Of Single) value = instance.LastValue
public: property Nullable<float> LastValue { Nullable<float> get(); }