Click or drag to resize

VectorMathMaxOf Method

Overload List
 NameDescription
Public Extension MethodMaxOf(Double, Double, Double) Creates a new vector, whose elements are the maximum of the elements of a given input vector and a given number.
Public methodStatic memberMaxOf(Double, Double, Double) Gives the parallel maximum of vector a and b. The first element of the resulting vector is the maximum of the first element of a and the first element of b. The second element of the resulting vector is the maximum of the second element of a and the second element of b, and so on.
Public Extension MethodMaxOf(Int32, Int32, Int32) Creates a new vector, whose elements are the maximum of the elements of a given input vector and a given number.
Public methodStatic memberMaxOf(Int32, Int32, Int32) Gives the parallel maximum of vector a and b. The first element of the resulting vector is the maximum of the first element of a and the first element of b. The second element of the resulting vector is the maximum of the second element of a and the second element of b, and so on.
Public methodStatic memberMaxOf(IReadOnlyListDouble, IReadOnlyListDouble, IVectorDouble) Gives the parallel maximum of vector a and b. The first element of the resulting vector is the maximum of the first element of a and the first element of b. The second element of the resulting vector is the maximum of the second element of a and the second element of b, and so on.
Public Extension MethodMaxOf(IReadOnlyListDouble, Double, IVectorDouble) Creates a new vector, whose elements are the maximum of the elements of a given input vector and a given number.
Public methodStatic memberMaxOf(IReadOnlyListSingle, IReadOnlyListSingle, IVectorSingle) Gives the parallel maximum of vector a and b. The first element of the resulting vector is the maximum of the first element of a and the first element of b. The second element of the resulting vector is the maximum of the second element of a and the second element of b, and so on.
Public Extension MethodMaxOf(IReadOnlyListSingle, Single, IVectorSingle) Creates a new vector, whose elements are the maximum of the elements of a given input vector and a given number.
Public Extension MethodMaxOf(Single, Single, Single) Creates a new vector, whose elements are the maximum of the elements of a given input vector and a given number.
Public methodStatic memberMaxOf(Single, Single, Single) Gives the parallel maximum of vector a and b. The first element of the resulting vector is the maximum of the first element of a and the first element of b. The second element of the resulting vector is the maximum of the second element of a and the second element of b, and so on.
Top
See Also