MapiPropertyGetDouble Method |
Gets the bytes of the binary data as double.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic virtual double GetDouble()
Public Overridable Function GetDouble As Double
public:
virtual double GetDouble()
abstract GetDouble : unit -> float
override GetDouble : unit -> float
Return Value
Type:
DoubleThe double value.
See Also