More actions
Import>Mirandnyan m Added more functions for testing (for now) |
Created page with "{{:Osiris/Functions/Documentation|name=IntegerSum|exists=false}} {{:Osiris/Functions/Documentation|name=IntegerSubtract|exists=false}} {{:Osiris/Functions/Documentation|name=IntegerProduct|exists=false}} {{:Osiris/Functions/Documentation|name=IntegerDivide|exists=false}} {{:Osiris/Functions/Documentation|name=IntegerMin|exists=false}} {{:Osiris/Functions/Documentation|name=IntegerMax|exists=false}} {{:Osiris/Functions/Documentation|name=IntegerModulo|exists=false}}" Tag: 2017 source edit |
||
(No difference)
|
Revision as of 23:16, 16 January 2025
IntegerSum
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerSum((INTEGER) _A, (INTEGER) _B, (INTEGER) _Sum)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerSum | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Sum |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerSum
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerSum((INTEGER) _A, (INTEGER) _B, (INTEGER) _Sum)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerSum | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Sum |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerSubtract
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerSubtract((INTEGER) _A, (INTEGER) _B, (INTEGER) _Result)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerSubtract | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Result |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerSubtract
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerSubtract((INTEGER) _A, (INTEGER) _B, (INTEGER) _Result)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerSubtract | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Result |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerProduct
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerProduct((INTEGER) _A, (INTEGER) _B, (INTEGER) _Product)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerProduct | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Product |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerProduct
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerProduct((INTEGER) _A, (INTEGER) _B, (INTEGER) _Product)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerProduct | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Product |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerDivide
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerDivide((INTEGER) _A, (INTEGER) _B, (INTEGER) _Quotient)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerDivide | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Quotient |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerDivide
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerDivide((INTEGER) _A, (INTEGER) _B, (INTEGER) _Quotient)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerDivide | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Quotient |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerMin
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerMin((INTEGER) _A, (INTEGER) _B, (INTEGER) _Minimum)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerMin | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Minimum |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerMin
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerMin((INTEGER) _A, (INTEGER) _B, (INTEGER) _Minimum)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerMin | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Minimum |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerMax
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerMax((INTEGER) _A, (INTEGER) _B, (INTEGER) _Maximum)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerMax | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Maximum |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerMax
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerMax((INTEGER) _A, (INTEGER) _B, (INTEGER) _Maximum)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerMax | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Maximum |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerModulo
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerModulo((INTEGER) _A, (INTEGER) _B, (INTEGER) _Return)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerModulo | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Return |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.
IntegerModulo
Synopsis
This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.
Syntax
IntegerModulo((INTEGER) _A, (INTEGER) _B, (INTEGER) _Return)
kind | name | arguments | inputs | outputs |
---|---|---|---|---|
query | IntegerModulo | 3 | 2 | 1 |
I/O | type | name | description |
---|---|---|---|
Input | INTEGER | _A | |
Input | INTEGER | _B | |
Output | INTEGER | _Return |
Examples
Example 1 - Title
IF DB_ExampleMath(_Id, "add", _Current, _Add) AND IntegerSum(_Current, _Add, _New) THEN NOT DB_Example(_Id, "add", _Current, _Add); NOT DB_ExampleValues(_Id, _Current); DB_ExampleValues(_Id, _New);
This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.
Related
This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.
Groups
This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.
Similar
This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.
This is an Osiris engine function, see the Osiris/Functions Overview page for details.false =
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.