VirtualArray.Normalized() Method

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

VirtualArray.Normalized(

)

 

 

Return Value

Type:

Array of number

 

 

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

 

Syntax

myArray1 = {1,2,3,4}.Normalized();

 

 

See also

VirtualArray Object