Campbell-scientific CR1000 Measurement and Control System Manuel d'utilisateur Page 498

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 588
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 497
Appendix A. CRBasic Programming Instructions
498
Floor
Roundsavaluetoalowerinteger.
Syntax
variable = Floor(Number)
FRAC
Returnsthefractionalpartofanumber.
Syntax
x = FRAC(source)
INTorFIX
Returntheintegerportionofanumber.
Syntax
x = INT(source)
x = Fix(source)
INTDV
Performsanintegerdivisionoftwonumbers.
Syntax
X INTDV Y
LNorLOG
Returnsthenaturallogarithmofanumber.LnandLogperformthesame
function.
Syntax
x = LOG(source)
x = LN(source)
Note LOGN = LOG(X) / LOG(N)
LOG10
TheLOG10functionreturnsthebase10logarithmofanumber.
Syntax
x = LOG10 (number)
MOD
Modulodivide.Dividesonenumberintoanotherandreturnsonlythe
remainder.
Syntax
result = operand1 MOD operand2
PWR
Performsanexponentiationonavariable.Samefunctionalityas^operator
(6.6.1).
Syntax
PWR(X, Y)
RectPolar
Convertsfromrectangulartopolarcoordinates.
Syntax
RectPolar(Dest, Source)
Vue de la page 497
1 2 ... 493 494 495 496 497 498 499 500 501 502 503 ... 587 588

Commentaires sur ces manuels

Pas de commentaire