Script..::..IsFinite Method
The global isFinite() function determines whether the passed value is a finite number. If needed, the parameter is first converted to a number.
Namespace:
BridgeAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool IsFinite( Object testValue )
<TemplateAttribute> _ Public Shared Function IsFinite ( _ testValue As Object _ ) As Boolean
[TemplateAttribute] public: static bool^ IsFinite( Object^ testValue )
Parameters
- testValue
- Type: System..::..Object
The value to be tested for finiteness.