Class NumericUnaryOperator
Inheritance
System.Object
NumericUnaryOperator
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
Create(String, NumericExpression)
Declaration
public static NumericExpression Create(string op, NumericExpression ne)
Parameters
Returns
Implements
Extension Methods