C# 클래스 org.GraphDefined.Vanaheimr.Illias.Geometry.Tools.NumericTypeExtensions

Some type extensions to check for numeric types.
파일 보기 프로젝트 열기: Vanaheimr/Illias

공개 메소드들

메소드 설명
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