Parameter.Double 属性

定义

双精度

表示架构中的以下属性: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

属性

适用于