Qdr /

Round down

Qdr.Rdn History

Hide minor edits - Show changes to output

Changed line 32 from:
Supported since Quick Dice Roller {$:sinceVersion}
to:
Supported since Quick Dice Roller {$:sinceVersion}\\
Changed line 4 from:
(:format: rdn(value) :)
to:
(:format: @@rdn(value)@@ :)
Changed line 12 from:
:Format: @@{$:format}@@
to:
:Format: {$:format}
Added lines 1-33:
(:title Round down:)
(:category: Function :)
(:Summary: Rounds down a value. :)
(:format: rdn(value) :)
(:sinceVersion: 1.2.0 :)
(:lastVersion: 2.0.0 :)


{$:Summary}

! Usage
:Format: @@{$:format}@@

:Parameters: \
@@value@@: Value to round down.

:Returns: The ''value'''s value rounded down.

! Description
This function simply rounds down the ''value'''s value.

! Examples
All possible results generated by @@rdn(1d6/2)@@:\\
⌊[0]⌋ = 0\\
⌊[1]⌋ = 1\\
⌊[1]⌋ = 1\\
⌊[2]⌋ = 2\\
⌊[2]⌋ = 2\\
⌊[3]⌋ = 3\\

! History
Supported since Quick Dice Roller {$:sinceVersion}
New output since Quick Dice Roller {$:lastVersion}
Page last modified on October 23, 2014, at 07:11 PM