ExtendedProperty GetFloatValue Method | MSG .NET Class Library |
Gets the float value.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public float GetFloatValue()
public float GetFloatValue()
Public Function GetFloatValue As Single
Public Function GetFloatValue As Single
Dim instance As ExtendedProperty Dim returnValue As Single returnValue = instance.GetFloatValue()
Dim instance As ExtendedProperty Dim returnValue As Single returnValue = instance.GetFloatValue()
public float GetFloatValue()
public float GetFloatValue()
public function GetFloatValue() : float
public function GetFloatValue() : float
function GetFloatValue();
function GetFloatValue();
Return Value
Type:
System.Single.
See Also