Share via


Extensions.IsIntegral(Type) Method

Definition

Type is integral.

public static bool IsIntegral (this Type type);
static member IsIntegral : Type -> bool
<Extension()>
Public Function IsIntegral (type As Type) As Boolean

Parameters

type
Type

Type to check.

Returns

True if integral.

Applies to