Click or drag to resize

VectorElement Methods

The VectorElement 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 at the given index as the physical type defined by TypeOfValue and returns it as a generic Object.
Public method GetGuid Gets the value in this vector as a globally unique identifier.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetInt1 Gets a value in this vector as an 8-bit signed integer.
Public method GetInt2 Gets a value in this vector as a 16-bit signed integer.
Public method GetInt4 Gets a value in this vector as a 32-bit signed integer.
Public method GetReal4 Gets a value in this vector as a 32-bit floating point number.
Public method GetReal8 Gets a value in this vector as a 64-bit floating point number.
Public method GetTimestamp Gets a value in this vector as a DateTime.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method GetUInt1 Gets a value in this vector as an 8-bit unsigned integer.
Public method GetUInt2 Gets a value in this vector as a 16-bit unsigned integer.
Public method GetUInt4 Gets a value in this vector as a 32-bit unsigned integer.
Public method GetValues Gets the raw bytes of the values contained by this vector.
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 SetGuid Sets the value in this vector as a globally unique identifier.
Public method SetInt1 Sets a value in this vector as an 8-bit signed integer.
Public method SetInt2 Sets a value in this vector as a 16-bit signed integer.
Public method SetInt4 Sets a value in this vector as a 32-bit signed integer.
Public method SetReal4 Sets a value in this vector as a 32-bit floating point number.
Public method SetReal8 Sets a value in this vector as a 64-bit floating point number.
Public method SetTimestamp Sets a value in this vector as a DateTime.
Public method SetUInt1 Sets a value in this vector as an 8-bit unsigned integer.
Public method SetUInt2 Sets a value in this vector as a 16-bit unsigned integer.
Public method SetUInt4 Sets a value in this vector as a 32-bit unsigned integer.
Public method SetValues Sets the raw bytes of the values contained by this vector.
Public method ToString Returns a string representation of this vector.
(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