ShaderTools.Hlsl.Binding.SemanticFacts.RequiresIntegralTypes C# (CSharp) 메소드

RequiresIntegralTypes() 공개 정적인 메소드

public static RequiresIntegralTypes ( this op ) : bool
op this
리턴 bool
        public static bool RequiresIntegralTypes(this BinaryOperatorKind op)
        {
            return op.IsBitwise();
        }