Click or drag to resize
DigitalRuneVectorF Properties

The VectorF type exposes the following members.

Properties
  NameDescription
Public propertyIndexOfLargestElement
Gets the index (zero-based) of the largest element.
Public propertyIndexOfSmallestElement
Gets the index (zero-based) of the smallest element.
Public propertyInternalArray
Gets or sets the internal array that is used to store the vector values.
Public propertyIsNaN
Gets a value indicating whether a component of the vector is NaN.
Public propertyIsNumericallyNormalized
Returns a value indicating whether this vector is normalized (the length is numerically equal to 1).
Public propertyIsNumericallyZero
Returns a value indicating whether this vector has zero size (the length is numerically equal to 0).
Public propertyItem
Gets or sets the component at the specified index.
Public propertyLargestElement
Gets the value of the largest element.
Public propertyLength
Gets or sets the length of this vector.
Public propertyLengthSquared
Returns the squared length of this vector.
Public propertyNormalized
Returns the normalized vector.
Public propertyNumberOfElements
Gets the number of elements n.
Public propertySmallestElement
Gets the value of the smallest element.
Top
See Also