[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns true if the supplied type is a floating point number.
Namespace: net.esper.util
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function IsFloatingPointClass ( _
clazz As Type _
) As Boolean |
C# |
---|
public static bool IsFloatingPointClass (
Type clazz
) |
Visual C++ |
---|
public:
static bool IsFloatingPointClass (
Type^ clazz
) |
Parameters
- clazz
- System.Type
to check
Return Value
true if primitive or boxed float or double