@wharfkit/session - v4.0.1
Preparing search index...
DivisionBehavior
Type Alias DivisionBehavior
DivisionBehavior
:
"floor"
|
"round"
|
"ceil"
How to handle remainder when dividing integers.
floor
: Round down to nearest integer.
round
: Round to nearest integer.
ceil
: Round up to nearest integer.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@wharfkit/session - v4.0.1
Loading...
How to handle remainder when dividing integers.
floor: Round down to nearest integer.round: Round to nearest integer.ceil: Round up to nearest integer.