DoubleValue.ToDouble(DoubleValue) メソッド

定義

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

public static double ToDouble (DocumentFormat.OpenXml.DoubleValue xmlAttribute);
static member ToDouble : DocumentFormat.OpenXml.DoubleValue -> double
Public Shared Function ToDouble (xmlAttribute As DoubleValue) As Double

パラメーター

xmlAttribute
DoubleValue

内部の Double 表現を取得する DoubleValue オブジェクト。

戻り値

Double

DoubleValue オブジェクトを表す Double 値。

適用対象