Class DeephavenConstants
Inheritance
System.Object
DeephavenConstants
Assembly: DeephavenOpenAPI.dll
Syntax
public static class DeephavenConstants : object
Fields
MAX_BYTE
Declaration
public const sbyte MAX_BYTE = null
Field Value
Type |
Description |
System.SByte |
|
MAX_CHAR
Declaration
public const char MAX_CHAR = null
Field Value
Type |
Description |
System.Char |
|
MAX_INT
Declaration
public const int MAX_INT = null
Field Value
Type |
Description |
System.Int32 |
|
MAX_LONG
Declaration
public const long MAX_LONG = null
Field Value
Type |
Description |
System.Int64 |
|
MAX_SHORT
Declaration
public const short MAX_SHORT = null
Field Value
Type |
Description |
System.Int16 |
|
MIN_BYTE
Declaration
public const sbyte MIN_BYTE = null
Field Value
Type |
Description |
System.SByte |
|
MIN_CHAR
Declaration
public const char MIN_CHAR = null
Field Value
Type |
Description |
System.Char |
|
MIN_INT
Declaration
public const int MIN_INT = null
Field Value
Type |
Description |
System.Int32 |
|
MIN_LONG
Declaration
public const long MIN_LONG = null
Field Value
Type |
Description |
System.Int64 |
|
MIN_SHORT
Declaration
public const short MIN_SHORT = null
Field Value
Type |
Description |
System.Int16 |
|
NULL_BYTE
Declaration
public const sbyte NULL_BYTE = null
Field Value
Type |
Description |
System.SByte |
|
NULL_CHAR
Declaration
public const char NULL_CHAR = null
Field Value
Type |
Description |
System.Char |
|
NULL_DOUBLE
Declaration
public const double NULL_DOUBLE = null
Field Value
Type |
Description |
System.Double |
|
NULL_FLOAT
Declaration
public const float NULL_FLOAT = null
Field Value
Type |
Description |
System.Single |
|
NULL_INT
Declaration
public const int NULL_INT = null
Field Value
Type |
Description |
System.Int32 |
|
NULL_LONG
Declaration
public const long NULL_LONG = null
Field Value
Type |
Description |
System.Int64 |
|
NULL_SHORT
Declaration
public const short NULL_SHORT = null
Field Value
Type |
Description |
System.Int16 |
|