Show / Hide Table of Contents

Class SortPair_Extensions

Inheritance
System.Object
SortPair_Extensions
Namespace: Deephaven.OpenAPI.Client
Assembly: DeephavenOpenAPI.dll
Syntax
public static class SortPair_Extensions : object

Methods

Ascending(IColumn, Boolean)

Creates a SortPair bound to "this" IColumn with Ascending direction and optional absolute value handling.

Declaration
public static SortPair Ascending(this IColumn self, bool abs = false)
Parameters
Type Name Description
IColumn self

The IColumn to be sorted

System.Boolean abs

Whether item should be sorted by absolute value

Returns
Type Description
SortPair

Descending(IColumn, Boolean)

Creates a SortPair bound to "this" IColumn with Descending direction and optional absolute alue handling.

Declaration
public static SortPair Descending(this IColumn self, bool abs = false)
Parameters
Type Name Description
IColumn self

The IColumn to be sorted

System.Boolean abs

Whether item should be sorted by absolute value

Returns
Type Description
SortPair
Back to top Generated by DocFX