Table of Contents

Class BinaryArithmeticExponentOperatorSymbol

Namespace
RDCore.SDK.Model.Symbols.Operators
Assembly
RDCore.SDK.dll

The exponentiation (__exp_op) binary operator static symbol.

public record BinaryArithmeticExponentOperatorSymbol : BinaryArithmeticOperatorSymbol, IEquatable<Symbol>, IEquatable<UnboundSymbol>, IEquatable<UnboundTypedSymbol>, IEquatable<StaticSymbol>, IEquatable<OperatorSymbol<BinaryOperatorSemanticContext<ArithmeticOperatorSemanticFlags>, ArithmeticOperatorSemanticFlags>>, IEquatable<BinaryOperatorSymbol<ArithmeticOperatorSemanticFlags>>, IEquatable<BinaryArithmeticOperatorSymbol>, IEquatable<BinaryArithmeticExponentOperatorSymbol>
Inheritance
BinaryArithmeticExponentOperatorSymbol
Implements
Inherited Members

Constructors

BinaryArithmeticExponentOperatorSymbol()

The exponentiation (__exp_op) binary operator static symbol.

public BinaryArithmeticExponentOperatorSymbol()