Vector |
Name | Description | |
---|---|---|
ToInverseROVector(IReadOnlyListDouble) | Wraps a double[] array to get an [!:IReadOnlyList<double>] with elements = 1 / elements of the original vector. | |
ToInverseROVector(IReadOnlyListInt16) | Wraps a Int16[] array to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
ToInverseROVector(IReadOnlyListInt32) | Wraps a Int32[] array to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
ToInverseROVector(IReadOnlyListSByte) | Wraps a SByte[] array to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
ToInverseROVector(IReadOnlyListSingle) | Wraps a float[] array to get an [!:IReadOnlyList<float>] with elements = 1 / elements of the original vector. | |
ToInverseROVector(IReadOnlyListDouble, Int32) | Wraps a double[] array till a given length to get an [!:IReadOnlyList<double>] with elements = 1 / elements of the original vector. | |
ToInverseROVector(IReadOnlyListInt16, Int32) | Wraps a Int16[] array till a given length to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
ToInverseROVector(IReadOnlyListInt32, Int32) | Wraps a Int32[] array till a given length to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
ToInverseROVector(IReadOnlyListSByte, Int32) | Wraps a SByte[] array till a given length to get an IReadOnlyListT with elements = 1 / elements of the original vector. | |
ToInverseROVector(IReadOnlyListSingle, Int32) | Wraps a float[] array till a given length to get an [!:IReadOnlyList<float>] with elements = 1 / elements of the original vector. |