ILNumerics - Technical Application Development
Assembly: ILNumerics.numpy (in ILNumerics.numpy.dll) Version: 5.5.0.0 (5.5.7503.3146)
Namespace: ILNumerics
Assembly: ILNumerics.numpy (in ILNumerics.numpy.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public static RetArray<double> mean<AxesT>( BaseArray<int> A, BaseArray<AxesT> axes = null, bool keepdims = false ) where AxesT : struct, new(), IConvertible
Parameters
- A
- Type: ILNumericsBaseArrayInt32
- axes (Optional)
- Type: ILNumericsBaseArrayAxesT
- keepdims (Optional)
- Type: SystemBoolean
Type Parameters
- AxesT
Return Value
Type: RetArrayDoubleSee Also