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