'Declaration Public Shared Function FromPercentile( _ ByVal value As Double _ ) As CfValue
'Declaration
Public Shared Function FromPercentile( _ ByVal value As Double _ ) As CfValue
'Usage Dim value As Double Dim value As CfValue value = CfValue.FromPercentile(value)
'Usage
Dim value As Double Dim value As CfValue value = CfValue.FromPercentile(value)
public static CfValue FromPercentile( double value )
CfValue Structure CfValue Members