Show / Hide Table of Contents

Class NumericUnaryOperator

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

Methods

AppendIrisRepresentation(StringBuilder)

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

Create(String, NumericExpression)

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

Implements

IIrisRepresentable

Extension Methods

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