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