NumericTypeExtension extension

Extension for Type.

on

Properties

isDynamicNumberType bool
Returns true if this Type is a DynamicNumber, DynamicInt or Decimal.
no setter
isNumericOrDynamicNumberType bool
Returns true if this Type is an int, double, num, BigInt or a DynamicNumber See isNumericType and isDynamicNumberType.
no setter
isNumericType bool
Returns true if this Type is an int, double, num or BigInt.
no setter