Steinberg WaveLab Elements 7 Manual Pagina 90

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 428
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 89
76 WaveLab Concepts
Functions
abs(x)
acos(x)
asin(x)
atan(x)
atan2(y, x)
ceil(x)
cos(x)
exp(x)
floor(x)
log(x)
max([value1 [, value2 [, ...]]])
min([value1 [, value2 [, ...]]])
pow(x, y)
random()
round(x)
sin(x)
sqrt(x)
tan(x)
Examples:
//Get a random number from 0 to 1
var r = Math.random();
//Print it out in the log window
logWindow.printInfo(r);
//Trace out Pi in the log window
logWindow.printInfo(Math.PI);
Date Objects
Functions
toString()
toDateString()
toTimeString()
toLocaleString()
WaveLab 7
Vista de pagina 89
1 2 ... 85 86 87 88 89 90 91 92 93 94 95 ... 427 428

Comentarios a estos manuales

Sin comentarios