MathHelperMaxFinite Method

Returns the maximum 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 MaxFinite(
	IEnumerable<Number> values
)

Parameters

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

Return Value

Type: Number
The maximum finite number.
See Also