Parameter.Double プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
倍精度浮動小数点数
スキーマ内の次の属性を表します。 double
[DocumentFormat.OpenXml.SchemaAttr(0, "double")]
public DocumentFormat.OpenXml.DoubleValue Double { get; set; }
public DocumentFormat.OpenXml.DoubleValue Double { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "double")]
public DocumentFormat.OpenXml.DoubleValue? Double { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("double")]
public DocumentFormat.OpenXml.DoubleValue? Double { get; set; }
public DocumentFormat.OpenXml.DoubleValue? Double { get; set; }
member this.Double : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "double")>]
member this.Double : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("double")>]
member this.Double : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property Double As DoubleValue
プロパティ値
DoubleValue を返します。
- 属性