API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

Double Methods

The Double type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares the current object with another object of the same type.
Public methodEquals(Object)
Returns a value that indicates whether the current instance is equal to the given object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Double)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns the hash code for the current instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetSchema
Gets the XML Schema for the datatype.
Public methodReadXml
Parses a new value from the given reader.
Public methodToString
Returns the string representation of the object.
(Overrides ValueTypeToString.)
Public methodWriteXml
Writes the value as XML to the given writer.
Top
See Also