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 (24.3.0.1000)
Syntax
public static bool IsFinite(
	Number? number
)

Parameters

number
Type: SystemNullableNumber
The value to check.

Return Value

Type: Boolean
if the value is finite; otherwise .
See Also