C# 클래스 xFunc.Maths.Expressions.ExpressionResultTypeExtension

Extension for the ExpressionResultType enumeration.
파일 보기 프로젝트 열기: sys27/xFunc

공개 메소드들

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