Template:Min/doc

From RimWorld Wiki
< Template:Min
Revision as of 10:06, 26 December 2024 by Quandangv (talk | contribs) (Created page with "Returns the smaller value from its 2 positional parameter. {{subst:Documentation/Example Table|{{Min|1|2}}|{{Min|3.5|4.5}}}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the smaller value from its 2 positional parameter.

Examples
Code Result
{{Min|1|2}}1
{{Min|3.5|4.5}}3.5