MathHelperIsFinite Method

Gets a value indicating whether the specified value is finite or not.

Namespace: Dundas.BI.Utility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static bool IsFinite(
	Number? number
)

Parameters

number  NullableNumber
The value to check.

Return Value

Boolean
if the value is finite; otherwise .
See Also