VirtualArray.Kurtosis() Method

Top 

Description

Returns the kurtosis value of the array.

 

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

VirtualArray.Kurtosis(

)

 

 

Return Value

Type:

number

 

 

Return the kurtosis value of the array.

 

Syntax

myVariable1 = {1,2,3,4}.Kurtosis();

 

 

See also

VirtualArray Object