Skip to content

KBE3D / KBCore / Cesium / Math / mod

函数: mod()

mod(m: number, n: number): number

The modulo operation that also works for negative dividends.

参数

m

number

The dividend.

n

number

The divisor.

返回

number

The remainder.

KBE3D @3.0.0 Copyright © 2024-present KBE3D