C# Class xFunc.Maths.Expressions.ExpressionResultTypeExtension

Extension for the ExpressionResultType enumeration.
Exibir arquivo Open project: sys27/xFunc

Public Methods

Method 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 method

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.
return bool