ShaderTools.Hlsl.Binding.SemanticFacts.RequiresNumericTypes C# (CSharp) Méthode

RequiresNumericTypes() public static méthode

public static RequiresNumericTypes ( this op ) : bool
op this
Résultat bool
        public static bool RequiresNumericTypes(this BinaryOperatorKind op)
        {
            return op.IsArithmetic() || op.IsLogical() || op.IsComparison();
        }