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

Returns true if the Number instance is a floating point number.

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

Syntax

Visual Basic (Declaration)
Public Shared Function IsFloatingPointNumber ( _
	number As ValueType _
) As Boolean
C#
public static bool IsFloatingPointNumber (
	ValueType number
)
Visual C++
public:
static bool IsFloatingPointNumber (
	ValueType^ number
)

Parameters

number
System.ValueType
to check

Return Value

true if number is Float or double type