Framework:FKT Rest: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
Created page with '==Function== FKT_Rest(<Value >,<Divisor>) ==Result== Pprovides the rest of a division (example: 7 / 2 = 3, rest = 1) __NOEDITSECTION__ [[Category:Framework Formulae|FKT R…' |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Function== | ==[[Framework:Formulae#Functions|Function]]== | ||
FKT_Rest(<Value >,<Divisor>) | <span {{CoPFormel}}>FKT_Rest(<Value >,<Divisor>)</span><br> | ||
This function belongs to [[:Category:Functions_-_server-side|server-side functions]]. | |||
==Result== | |||
Provides the rest of a division (example: 7 / 2 = 3, rest = 1) | |||
== | {| {{Bausteindesign1}} | ||
|- | |||
| <span style="color: darkblue;">'''Hint'''</span> Only available for number type Integer. | |||
|} | |||
==sample== | |||
<span {{CoPFormel}}>FKT_Rest(7,2)</span> | |||
-> The result is 1. | |||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category: | [[Category:Functions|Rest]] | ||
[[Category:Functions_-_server-side|Rest]] | |||
[[de:Framework:FKT Rest]] | [[de:Framework:FKT Rest]] | ||
Latest revision as of 10:42, 28 August 2015
Function
FKT_Rest(<Value >,<Divisor>)
This function belongs to server-side functions.
Result
Provides the rest of a division (example: 7 / 2 = 3, rest = 1)
| Hint Only available for number type Integer. |
sample
FKT_Rest(7,2) -> The result is 1.