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

RequiresNumericTypes() 공개 정적인 메소드

public static RequiresNumericTypes ( this op ) : bool
op this
리턴 bool
        public static bool RequiresNumericTypes(this BinaryOperatorKind op)
        {
            return op.IsArithmetic() || op.IsLogical() || op.IsComparison();
        }