Denso RC5 Especificaciones Pagina 517

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 516
Chapter 16 Constants
16-3
PI (Built-in constant)
Function
Sets a π value.
Format
PI
Explanation
This statement returns a double-precision type value of π.
Example
1F I1 = TRUE THEN 'Sets the Boolean value to true (1).
I1 = ON 'Sets ON(1) to the integer type variable.
ELSEIF I1 = FALSE THEN 'Sets the Boolean value to true (1).
I1 = OFF 'Sets OFF(0) to the integer type variable.
ELSE
D1 = PI 'Assigns π to the real type variable.
ENDIF
Vista de pagina 516
1 2 ... 512 513 514 515 516 517 518 519 520 521 522 ... 691 692

Comentarios a estos manuales

Sin comentarios