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
)
Public Shared Function IsFinite (
number As Number?
) As Boolean
public:
static bool IsFinite(
Nullable<Number> number
)
static member IsFinite :
number : Nullable<Number> -> bool
Parameters
- number
- Type: SystemNullableNumber
The value to check.
Return Value
Type:
Boolean if the value is finite; otherwise
.
See Also