Click or drag to resize

NMathFunctionsMaxValue(FloatVector) Method

Calculates the maximum value of a given vector's elements.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float MaxValue(
	FloatVector v
)

Parameters

v  FloatVector
A vector.

Return Value

Single
Maximum value.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if v has zero length.
See Also