Méthode | Description | |
---|---|---|
IsArithmetic ( this op ) : bool | ||
IsBitwise ( this op ) : bool | ||
IsComparison ( this op ) : bool | ||
IsFloat ( this scalarType ) : bool | ||
IsIntegral ( this scalarType ) : bool | ||
IsLogical ( this op ) : bool | ||
RequiresIntegralTypes ( this op ) : bool | ||
RequiresNumericTypes ( this op ) : bool |
public static IsArithmetic ( this op ) : bool | ||
op | this | |
Résultat | bool |
public static IsComparison ( this op ) : bool | ||
op | this | |
Résultat | bool |
public static IsFloat ( this scalarType ) : bool | ||
scalarType | this | |
Résultat | bool |
public static IsIntegral ( this scalarType ) : bool | ||
scalarType | this | |
Résultat | bool |
public static RequiresIntegralTypes ( this op ) : bool | ||
op | this | |
Résultat | bool |
public static RequiresNumericTypes ( this op ) : bool | ||
op | this | |
Résultat | bool |