ComponentOne Basic Library for UWP
IsNumericNonIntegral Method

C1.UWP Assembly > C1.Xaml Namespace > TypeEx Class : IsNumericNonIntegral Method
Type.
Returns true if the type is any of the numeric non-integral data types: double, float and decimal.
Syntax
'Declaration
 
Public Shared Function IsNumericNonIntegral( _
   ByVal type As System.Type _
) As System.Boolean
public static System.bool IsNumericNonIntegral( 
   System.Type type
)

Parameters

type
Type.

Return Value

True if the type is a non-integral numeric.
See Also

Reference

TypeEx Class
TypeEx Members