Denso RC5 Especificaciones Pagina 475

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 474
Chapter 15 Functions
15-27
MAGNITUDE (Function)
Function
Obtains the vector size.
Format
MAGNITUDE (<Vector type>)
Explanation
This statement obtains the vector size of a vector type coordinate value.
Related Terms
DIST
Example
DEFSNG lf1, lf2
DIM lv1 As Vector
lf1 = MAGNITUDE((10, 10, 10))
'Assigns the size of vector (10, 10, 10) to lf1
.
lf2 = MAGNITUDE(lv1) 'Assigns the size of vector lv1 to lf2.
Vista de pagina 474
1 2 ... 470 471 472 473 474 475 476 477 478 479 480 ... 691 692

Comentarios a estos manuales

Sin comentarios