Go to: Synopsis. Return value. MEL examples.
int normalize( float $v[] )
None
float $v0[] = {3,6,9}; normalize($v0); // Results: 1 //