Function round

Source
pub async fn round(
    exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Round a number to the nearest integer.