DoubleValue Members

Include Protected Members
Include Inherited Members

Defines DoubleValue - Double value for attributes.

The DoubleValue type exposes the following members.

Constructors

  Name Description
Public method DoubleValue() Initializes a new instance of the DoubleValue.
Public method DoubleValue(Double) Initializes a new instance of the DoubleValue.
Public method DoubleValue(DoubleValue) Initializes a new instance of the DoubleValue by deep copy.

Top

Properties

  Name Description
Public property HasValue Gets a value indicating whether underneath text value is valid value. (Inherited from OpenXmlSimpleValue<T>.)
Public property InnerText Gets or sets the inner xml text. (Overrides OpenXmlSimpleValue<T>.InnerText.)
Protected property TextValue DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Inherited from OpenXmlSimpleType.)
Public property Value Gets or sets the value of the simple value. (Inherited from OpenXmlSimpleValue<T>.)

Top

Methods

  Name Description
Public method Clone Creates a duplicate of this value. (Inherited from OpenXmlSimpleType.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member FromDouble Returns a new DoubleValue object created from Double.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member ToDouble Returns the internal Double representation of a DoubleValue object.
Public method ToString Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.)

Top

Operators

  Name Description
Public operatorStatic member Implicit(Double to DoubleValue) Implicit converter from Double.
Public operatorStatic member Implicit(DoubleValue to Double) Implicit converter to Double.

Top

See Also

Reference

DoubleValue Class

DocumentFormat.OpenXml Namespace