Matrix<T>.Absolute Max Method
Returns the value of the element in this
matrix that has the largest absolute
value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The value of the element in this Matrix<T> that has the largest absolute value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual T AbsoluteMax()
Return Value
TThe value of the element in this Matrix<T> that has the largest absolute value.