ILNumerics Ultimate VS

ILMathmean Method (InArraySingle, Int32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Mean of A along dimension dim.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetArray<float> mean(
	InArray<float> A,
	int dim = -1
)

Parameters

A
Type: ILNumericsInArraySingle
Input array.
dim (Optional)
Type: SystemInt32
[Optional] Index of the dimension to operate along. If dim is omitted mean(InArraySingle, Int32) operates along the first non singleton dimension.

Return Value

Type: RetArraySingle
Mean of elements along specified or first non singleton dimension.
Remarks

The return array has the same shape as A, except that the working dimension is reduced/expanded to length 1.

[ILNumerics Computing Engine]

See Also

Reference