Click or drag to resize

VectorMathToInverseROVector Method

Overload List
 NameDescription
Public Extension MethodToInverseROVector(IReadOnlyListDouble) Wraps a double[] array to get an [!:IReadOnlyList<double>] with elements = 1 / elements of the original vector.
Public Extension MethodToInverseROVector(IReadOnlyListInt16) Wraps a Int16[] array to get an IReadOnlyListT with elements = 1 / elements of the original vector.
Public Extension MethodToInverseROVector(IReadOnlyListInt32) Wraps a Int32[] array to get an IReadOnlyListT with elements = 1 / elements of the original vector.
Public Extension MethodToInverseROVector(IReadOnlyListSByte) Wraps a SByte[] array to get an IReadOnlyListT with elements = 1 / elements of the original vector.
Public Extension MethodToInverseROVector(IReadOnlyListSingle) Wraps a float[] array to get an [!:IReadOnlyList<float>] with elements = 1 / elements of the original vector.
Public Extension MethodToInverseROVector(IReadOnlyListDouble, Int32) Wraps a double[] array till a given length to get an [!:IReadOnlyList<double>] with elements = 1 / elements of the original vector.
Public Extension MethodToInverseROVector(IReadOnlyListInt16, Int32) Wraps a Int16[] array till a given length to get an IReadOnlyListT with elements = 1 / elements of the original vector.
Public Extension MethodToInverseROVector(IReadOnlyListInt32, Int32) Wraps a Int32[] array till a given length to get an IReadOnlyListT with elements = 1 / elements of the original vector.
Public Extension MethodToInverseROVector(IReadOnlyListSByte, Int32) Wraps a SByte[] array till a given length to get an IReadOnlyListT with elements = 1 / elements of the original vector.
Public Extension MethodToInverseROVector(IReadOnlyListSingle, Int32) Wraps a float[] array till a given length to get an [!:IReadOnlyList<float>] with elements = 1 / elements of the original vector.
Top
See Also