[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Determines if the class passed in is one of the numeric classes.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function IsNumeric ( _
	type As Type _
) As Boolean
C#
public static bool IsNumeric (
	Type type
)
Visual C++
public:
static bool IsNumeric (
	Type^ type
)

Parameters

type
System.Type
to check

Return Value

true if numeric, false if not