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