Preparing search index...
The search index is not available
SDK Core Documentation - v0.0.2-5
SDK Core Documentation
DivisionBehavior
Type alias DivisionBehavior
Division
Behavior
:
"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
Theme
OS
Light
Dark
SDK Core Documentation - v0.0.2-5
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.