Denso RC5 Spécifications Page 224

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 692
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 223
9-10
DEFDBL (Statement)
Function
Declares a double precision real type variable. The range of double precision
real type variables is from -1.79769313486231D + 308 to 1.79769313486231D
+ 308.
Format
DEFDBL <Variable name>[=<Constant>][,<Variable name>[=<Constant>]...]
Explanation
Declares the variable designated by <Variable name> as a double precision
real type variable. By writing a constant after <Variable name>, initialization
can be performed simultaneously with the declaration.
Multiple variable names can be declared at a time by separating each variable
name by a comma (“,”).
Related Terms
DEFINT, DEFSNG, DEFSTR
Example
DEFDBL ldx, ldy, ldz 'Declares ldx, ldy, and ldz as double precision real type
'variables.
DEFDBL ldx = 1.0 'Declares ldx as a double precision real type variable and
'sets the initial value to 1.0.
Vue de la page 223
1 2 ... 219 220 221 222 223 224 225 226 227 228 229 ... 691 692

Commentaires sur ces manuels

Pas de commentaire