Function floor

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

Compute the largest integer less than or equal to a number.