C# Класс org.GraphDefined.Vanaheimr.Illias.Geometry.Tools.NumericTypeExtensions

Some type extensions to check for numeric types.
Показать файл Открыть проект

Открытые методы

Метод Описание
IsArithmetic ( this Type ) : System.Boolean

Checks whether the given type is arithmetic or not.

IsFloatingPoint ( Type Type ) : System.Boolean

Checks whether the given type is any kind of a floating point or not.

IsInteger ( this Type ) : System.Boolean

Checks whether the given type is any kind of an integer or not.

IsNumeric ( this Type ) : System.Boolean

Checks whether the given type is any kind of a numeric or not.

Описание методов

IsArithmetic() публичный статический Метод

Checks whether the given type is arithmetic or not.
public static IsArithmetic ( this Type ) : System.Boolean
Type this A type.
Результат System.Boolean

IsFloatingPoint() публичный статический Метод

Checks whether the given type is any kind of a floating point or not.
public static IsFloatingPoint ( Type Type ) : System.Boolean
Type System.Type A type.
Результат System.Boolean

IsInteger() публичный статический Метод

Checks whether the given type is any kind of an integer or not.
public static IsInteger ( this Type ) : System.Boolean
Type this A type.
Результат System.Boolean

IsNumeric() публичный статический Метод

Checks whether the given type is any kind of a numeric or not.
public static IsNumeric ( this Type ) : System.Boolean
Type this A type.
Результат System.Boolean