Name | Type | Default value | Description |
---|---|---|---|
min | nullabledouble | The lower bound of the range (null means minus infinity). | |
max | nullabledouble | The upper bound of the range (null means plus infinity). | |
lsb | int | Least significant bit of the numerical value to use. Only used for integral types. | |
msb | int | 63 | Most significant bit of the numerical value to use. Only used for integral types. |
title | string |