Table of Contents

Namespace LfrlAnvil.Computable.Expressions.Constructs.BigInt

Classes

ParsedExpressionAddBigIntOperator

Represents a BigInteger binary add operator construct.

ParsedExpressionBitwiseAndBigIntOperator

Represents a BigInteger binary bitwise and operator construct.

ParsedExpressionBitwiseLeftShiftBigIntOperator

Represents a BigInteger binary bitwise left shift operator construct.

ParsedExpressionBitwiseNotBigIntOperator

Represents a BigInteger unary bitwise not operator construct.

ParsedExpressionBitwiseOrBigIntOperator

Represents a BigInteger binary bitwise or operator construct.

ParsedExpressionBitwiseRightShiftBigIntOperator

Represents a BigInteger binary bitwise right shift operator construct.

ParsedExpressionBitwiseXorBigIntOperator

Represents a BigInteger binary bitwise xor operator construct.

ParsedExpressionCompareBigIntOperator

Represents a BigInteger binary compare operator construct.

ParsedExpressionDivideBigIntOperator

Represents a BigInteger binary divide operator construct.

ParsedExpressionEqualToBigIntOperator

Represents a BigInteger binary equal to operator construct.

ParsedExpressionGreaterThanBigIntOperator

Represents a BigInteger binary greater than operator construct.

ParsedExpressionGreaterThanOrEqualToBigIntOperator

Represents a BigInteger binary greater than or equal to operator construct.

ParsedExpressionLessThanBigIntOperator

Represents a BigInteger binary less than operator construct.

ParsedExpressionLessThanOrEqualToBigIntOperator

Represents a BigInteger binary less than or equal to operator construct.

ParsedExpressionModuloBigIntOperator

Represents a BigInteger binary modulo operator construct.

ParsedExpressionMultiplyBigIntOperator

Represents a BigInteger binary multiply operator construct.

ParsedExpressionNegateBigIntOperator

Represents a BigInteger unary negate operator construct.

ParsedExpressionNotEqualToBigIntOperator

Represents a BigInteger binary not equal to operator construct.

ParsedExpressionSubtractBigIntOperator

Represents a BigInteger binary subtract operator construct.