TNumber.Min Method

If the type of obj is TMatrix or TSystem then returns the minimal value among its elements.

If the type of obj is scalar then returns the scalar value of this instance.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber Min()

Return Value

TNumber
Either scalar value of this instance or the minimal value among its elements.

See Also