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();
        }