ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Mean of elements along specified or first non singleton dimension.
The return array has the same shape as A, except that the
working dimension is reduced/expanded to length 1.
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
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: RetArraySingleMean of elements along specified or first non singleton dimension.
Remarks
[ILNumerics Computing Engine]
See Also