Open this page in the API Guide

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

Parameters

number
Type: System.Nullable<Number>
The value to check.

Return Value

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