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<float> sum<IndT>( BaseArray<float> A, BaseArray<IndT> axes = null, bool keepdims = false ) where IndT : struct, new(), IConvertible
Parameters
- A
 - Type: ILNumericsBaseArraySingle
 - axes (Optional)
 - Type: ILNumericsBaseArrayIndT
 - keepdims (Optional)
 - Type: SystemBoolean
 
Type Parameters
- IndT
 
Return Value
Type: RetArraySingleSee Also