SingleValue.ToSingle(SingleValue) メソッド

定義

SingleValue オブジェクトのSingle値表現を返します。

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

パラメーター

xmlAttributevalue
SingleValue

返品

SingleValue オブジェクトを表すSingle値。

適用対象