Share via


Extensions.IsDouble(Type) Method

Definition

Type is float or double.

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

Parameters

type
Type

Type to check.

Returns

True if float or double.

Applies to