Array.Normalized() Method

Top 

Description

Computes an array where each element is divided by the array norm.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Array.Normalized(

)

 

 

Return Value

Type:

Array of number

 

 

Returns an array where each element is divided by the array norm.

 

Syntax

myArray1 = myArray2.Normalized();

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide