C# Класс xFunc.Maths.Expressions.ExpressionResultTypeExtension

Extension for the ExpressionResultType enumeration.
Показать файл Открыть проект

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

Метод Описание
HasFlagNI ( this type, ExpressionResultType flag ) : bool

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

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

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

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.
Результат bool