SingleValue.ToSingle(SingleValue) メソッド

定義

SingleValue オブジェクトの単一値表記を返します。

public static float ToSingle (DocumentFormat.OpenXml.SingleValue xmlAttribute);
static member ToSingle : DocumentFormat.OpenXml.SingleValue -> single
Public Shared Function ToSingle (xmlAttribute As SingleValue) As Single

パラメーター

xmlAttribute
SingleValue

内部単一表現を取得する SingleValue オブジェクト。

戻り値

Single

SingleValue オブジェクトを表す単一の値。

適用対象