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

RequiresIntegralTypes() public static méthode

public static RequiresIntegralTypes ( this op ) : bool
op this
Résultat bool
        public static bool RequiresIntegralTypes(this BinaryOperatorKind op)
        {
            return op.IsBitwise();
        }