ExtendedProperty.GetDoubleValue Method

Independentsoft MSG .NET

ExtendedProperty GetDoubleValue Method MSG .NET Class Library
Gets the double value.

Namespace: Independentsoft.Msg
Assembly: 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: OnlineDouble
System.Double.
See Also