| Name | Description |
---|
| GetUsedLength(Double) |
Returns the used length of the vector. This is one more than the highest index of the element that is different from NaN.
|
| GetUsedLength(IReadOnlyListDouble) |
Returns the used length of the vector. This is one more than the highest index of the element that is different from NaN.
|
| GetUsedLength(IReadOnlyListSingle) |
Returns the used length of the vector. This is one more than the highest index of the element that is different from NaN.
|
| GetUsedLength(Single) |
Returns the used length of the vector. This is one more than the highest index of the element that is different from NaN.
|
| GetUsedLength(Double, Int32) |
Returns the used length of the vector. This is one more than the highest index of the element that is different from Double.NaN.
|
| GetUsedLength(IReadOnlyListDouble, Int32) |
Returns the used length of the vector. This is one more than the highest index of the element that is different from Double.NaN.
|
| GetUsedLength(IReadOnlyListSingle, Int32) |
Returns the used length of the vector. This is one more than the highest index of the element that is different from Double.NaN.
|
| GetUsedLength(Single, Int32) |
Returns the used length of the vector. This is one more than the highest index of the element that is different from Double.NaN.
|