Click or drag to resize

CommonIsNumericType(TypeCode) Method

Determines if typeCode is a numeric type, i.e., one of: Boolean, SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64Single, Double or Decimal.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static bool IsNumericType(
	TypeCode typeCode
)
View Source

Parameters

typeCode  TypeCode
TypeCode value to check.

Return Value

Boolean
true if typeCode is a numeric type; otherwise, false.
See Also