Denso RC5 Spezifikationen Seite 224

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 223
1 2 ... 219 220 221 222 223 224 225 226 227 228 229 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare