Numerics.IsFixedPointNumeric(Object) Method

Definition

Checks the type of the object, returning true if the object is a fixed point numeric type.

public static bool IsFixedPointNumeric (object obj);
static member IsFixedPointNumeric : obj -> bool

Parameters

obj
Object

The object to check

Returns

true if the object is a fixed point numeric type

Applies to