Class NumCol
Inheritance
System.Object
NumCol
Assembly: DeephavenOpenAPI.dll
Syntax
public abstract class NumCol : NumericExpression, IColumn, ISelectColumn, IMatchWithColumn, IIrisRepresentable
Constructors
NumCol(String)
Declaration
public NumCol(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
AppendIrisRepresentation(StringBuilder)
Declaration
public override void AppendIrisRepresentation(StringBuilder sb)
Parameters
Type |
Name |
Description |
StringBuilder |
sb |
|
Overrides
Implements
Extension Methods