Show / Hide Table of Contents

Class NumericBinaryOperator

Inheritance
System.Object
Expression
NumericExpression
NumericBinaryOperator
Implements
IIrisRepresentable
Inherited Members
NumericExpression.Equals(Object)
NumericExpression.GetHashCode()
Expression.IsNull()
Namespace: Deephaven.OpenAPI.Client.Fluent
Assembly: DeephavenOpenAPI.dll
Syntax
public class NumericBinaryOperator : NumericExpression, IIrisRepresentable

Methods

AppendIrisRepresentation(StringBuilder)

Declaration
public override void AppendIrisRepresentation(StringBuilder sb)
Parameters
Type Name Description
StringBuilder sb
Overrides
Expression.AppendIrisRepresentation(StringBuilder)

Create(NumericExpression, String, NumericExpression)

Declaration
public static NumericExpression Create(NumericExpression lhs, string op, NumericExpression rhs)
Parameters
Type Name Description
NumericExpression lhs
System.String op
NumericExpression rhs
Returns
Type Description
NumericExpression

Implements

IIrisRepresentable

Extension Methods

Expression_Extensions.As(Expression, String)
Back to top Generated by DocFX