public class GridfourConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INT4_NULL_CODE
The default null data value used for integer data representations, including cases
where floating-point values are converted to integer values in support of
data compression and other operations.
|
static short |
SHORT_NULL_CODE
The default null data value used for short integer data representations.
|
public static final int INT4_NULL_CODE
This constant is the minimum value for a four-byte signed integer.
public static final short SHORT_NULL_CODE
This constant is the minimum value for a two-byte signed integer.
Copyright © 2022. All rights reserved.