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