 | DoubleValueToDouble Method |
Returns the Double value representation of a DoubleValue object.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static double ToDouble(
DoubleValue xmlAttribute
)
Public Shared Function ToDouble (
xmlAttribute As DoubleValue
) As Double
public:
static double ToDouble(
DoubleValue^ xmlAttribute
)
static member ToDouble :
xmlAttribute : DoubleValue -> float Parameters
- xmlAttribute DoubleValue
-
A DoubleValue object used to retrieve a Double value representation.
Return Value
DoubleA Double value that represents a DoubleValue object.
See Also