In This Topic
Fraction = nscl / dscl The fraction MUST be greater than or equal to 1/10 and less than or equal to 4.
Syntax
'Declaration
Public ReadOnly Property Fraction As Single
'Usage
Dim instance As Scl
Dim value As Single
value = instance.Fraction
public float Fraction {get;}
See Also