LD Dividend DIVMOD Divisor, Quotient, Modulo
DIVMOD (Dividend, Divisor, Quotient, Modulo);
Paramètres
|
Type de données
|
Signification
|
---|---|---|
Dividend
|
Dividend
|
|
Divisor
|
INT, DINT, UINT, UDINT
|
Divisor
|
Paramètres
|
Type de données
|
Signification
|
---|---|---|
Quotient
|
INT, DINT, UINT, UDINT
|
Quotient
|
Modulo
|
INT, DINT, UINT, UDINT
|
Modulo
|