Click or drag to resize

SingleValueToSingle Method

Returns the Single value representation of a SingleValue object.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public static float ToSingle(
	SingleValue xmlAttribute
)

Parameters

xmlAttribute  SingleValue
A SingleValue object used to retrieve a Single value representation.

Return Value

Single
A Single value that represents a SingleValue object.
See Also