Type Alias CeilingDataStorageOperation
CeilingDataStorageOperation : {
operation: "ceil";
value: null;
}
operation: "ceil";
value: null;
}
Type declaration
Readonly
operation: "ceil"Readonly
value: nullIgnored for this operation.
See
DataStorageOperation for all possible operation subtypes.
Rounds up the current value to the nearest integer.