Click or drag to resize

VectorMathGetUsedLength Method

Overload List
 NameDescription
Public Extension MethodGetUsedLength(Double) Returns the used length of the vector. This is one more than the highest index of the element that is different from NaN.
Public Extension MethodGetUsedLength(IReadOnlyListDouble) Returns the used length of the vector. This is one more than the highest index of the element that is different from NaN.
Public Extension MethodGetUsedLength(IReadOnlyListSingle) Returns the used length of the vector. This is one more than the highest index of the element that is different from NaN.
Public Extension MethodGetUsedLength(Single) Returns the used length of the vector. This is one more than the highest index of the element that is different from NaN.
Public Extension MethodGetUsedLength(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.
Public Extension MethodGetUsedLength(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.
Public Extension MethodGetUsedLength(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.
Public Extension MethodGetUsedLength(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.
Top
See Also