MathHelperMinFinite Method

Returns the minimum finite number out of all values passed.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static Number MinFinite(
	IEnumerable<Number> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableNumber
Any number of values.

Return Value

Type: Number
The minimum finite number.
See Also