Click or drag to resize

VectorMathLInfinityNorm Method

Overload List
 NameDescription
Public Extension MethodLInfinityNorm(Double) Returns the L-infinity norm of the provided vector (as is the maximum of the absolute value of the elements). If one of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
Public Extension MethodLInfinityNorm(Int32) Returns the L-infinity norm of the provided vector (as is the maximum of the absolute value of the elements). If one of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
Public Extension MethodLInfinityNorm(IReadOnlyListDouble) Returns the L-infinity norm of the provided vector (as is the maximum of the absolute value of the elements). If one of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
Public Extension MethodLInfinityNorm(IReadOnlyListSingle) Returns the L-infinity norm of the provided vector (as is the maximum of the absolute value of the elements). If one of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
Public Extension MethodLInfinityNorm(Single) Returns the L-infinity norm of the provided vector (as is the maximum of the absolute value of the elements). If one of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
Public methodStatic memberLInfinityNorm(Double, Double) Returns the L-infinity norm of the difference of vector1 and vector2 (as is the maximum of the absolute value of the differences of the elements). If one of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
Public methodStatic memberLInfinityNorm(Int32, Int32) Returns the L-infinity norm of the difference of vector1 and vector2 (as is the maximum of the absolute value of the differences of the elements). If one of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
Public methodStatic memberLInfinityNorm(IReadOnlyListDouble, IReadOnlyListDouble) Returns the L-infinity norm of the difference of vector1 and vector2 (as is the maximum of the absolute value of the differences of the elements). If one of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
Public methodStatic memberLInfinityNorm(IReadOnlyListSingle, IReadOnlyListSingle) Returns the L-infinity norm of the difference of vector1 and vector2 (as is the maximum of the absolute value of the differences of the elements). If one of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
Public methodStatic memberLInfinityNorm(Single, Single) Returns the L-infinity norm of the difference of vector1 and vector2 (as is the maximum of the absolute value of the differences of the elements). If one of the elements of the vector is invalid, the return value is also invalid (for the floating point types).
Top
See Also