Open this page in the API Guide

MathHelper.MaxFinite 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 (25.1.0.1000)
Syntax
public static Number MaxFinite(
	IEnumerable<Number> values
)

Parameters

values
Type: System.Collections.Generic.IEnumerable<Number>
Any number of values.

Return Value

Type: Number
The maximum finite number.
See Also