C# Class xFunc.Maths.Expressions.ExpressionResultTypeExtension

Extension for the ExpressionResultType enumeration.
Afficher le fichier Open project: sys27/xFunc

Méthodes publiques

Méthode Description
HasFlagNI ( this type, ExpressionResultType flag ) : bool

Determines whether one or more bit fields are set in the current instance (faster than default implementation).

Method Details

HasFlagNI() public static méthode

Determines whether one or more bit fields are set in the current instance (faster than default implementation).
public static HasFlagNI ( this type, ExpressionResultType flag ) : bool
type this An enumeration.
flag ExpressionResultType An enumeration value.
Résultat bool