![]() | VectorD Properties |
The VectorD type exposes the following members.
Name | Description | |
---|---|---|
![]() | IndexOfLargestElement |
Gets the index (zero-based) of the largest element.
|
![]() | IndexOfSmallestElement |
Gets the index (zero-based) of the smallest element.
|
![]() | InternalArray |
Gets or sets the internal array that is used to store the vector values.
|
![]() | IsNaN |
Gets a value indicating whether a component of the vector is NaN.
|
![]() | IsNumericallyNormalized |
Returns a value indicating whether this vector is normalized (the length is numerically
equal to 1).
|
![]() | IsNumericallyZero |
Returns a value indicating whether this vector has zero size (the length is numerically
equal to 0).
|
![]() | Item |
Gets or sets the component at the specified index.
|
![]() | LargestElement |
Gets the value of the largest element.
|
![]() | Length |
Gets or sets the length of this vector.
|
![]() | LengthSquared |
Returns the squared length of this vector.
|
![]() | Normalized |
Returns the normalized vector.
|
![]() | NumberOfElements |
Gets the number of elements n.
|
![]() | SmallestElement |
Gets the value of the smallest element.
|