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)
Syntaxpublic 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: System.Nullable<Number>
The value to check.
Return Value
Type:
Booleantrue if the value is finite; otherwise
false.
See Also