Returns true if the type is any of the numeric non-integral data types: double, float and decimal.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public static bool IsNumericNonIntegral(
	this Type type
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function IsNumericNonIntegral ( _
	type As Type _
) As Boolean

Parameters

type
Type: System..::..Type
Type.

Return Value

True if the type is a non-integral numeric.

See Also