Click or drag to resize

ScalarElement Methods

The ScalarElement type exposes the following members.

Methods
  Name Description
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method Get Gets the value of the scalar as the physical type defined by TypeOfValue and returns it as a generic Object.
Public method GetBool4 Gets the value of this scalar as a 4-byte boolean.
Public method GetComplex16 Gets the value of this scalar as a 16-byte complex number.
Public method GetComplex8 Gets the value of this scalar as an 8-byte complex number.
Public method GetGuid Gets the value of this scalar as a globally unique identifier.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetInt1 Gets the value of this scalar as an 8-bit signed integer.
Public method GetInt2 Gets the value of this scalar as a 16-bit signed integer.
Public method GetInt4 Gets the value of this scalar as a 32-bit signed integer.
Public method GetReal4 Gets the value of this scalar as a 32-bit floating point number.
Public method GetReal8 Gets the value of this scalar as a 64-bit floating point number.
Public method GetTimestamp Gets the value of this scalar as DateTime.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method GetUInt1 Gets the value of this scalar as an 8-bit unsigned integer.
Public method GetUInt2 Gets the value of this scalar as a 16-bit unsigned integer.
Public method GetUInt4 Gets the value of this scalar as a 32-bit unsigned integer.
Public method GetValue Gets the raw bytes of the value that this scalar represents.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method Set Sets the value at the given index as the physical type defined by TypeOfValue.
Public method SetBool4 Sets the value of this scalar as a 4-byte boolean.
Public method SetComplex16 Sets the value of this scalar as a 16-byte complex number.
Public method SetComplex8 Sets the value of this scalar as an 8-byte complex number.
Public method SetGuid Sets the value of this scalar as a globally unique identifier.
Public method SetInt1 Sets the value of this scalar as an 8-bit signed integer.
Public method SetInt2 Sets the value of this scalar as a 16-bit signed integer.
Public method SetInt4 Sets the value of this scalar as a 32-bit signed integer.
Public method SetReal4 Sets the value of this scalar as a 32-bit floating point number.
Public method SetReal8 Sets the value of this scalar as a 64-bit floating point number.
Public method SetTimestamp Sets the value of this scalar as a DateTime.
Public method SetUInt1 Sets the value of this scalar as an 8-bit unsigned integer.
Public method SetUInt2 Sets the value of this scalar as a 16-bit unsigned integer.
Public method SetUInt4 Sets the value of this scalar as a 32-bit unsigned integer.
Public method SetValue Sets the raw bytes of the value that this scalar represents.
Public method ToString Returns a string representation of the scalar.
(Overrides ObjectToString)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also