Denso RC5 Especificações Página 475

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 692
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 474
1 2 ... 470 471 472 473 474 475 476 477 478 479 480 ... 691 692

Comentários a estes Manuais

Sem comentários