ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
[numpy API] Options for handling out-of-range indices in 'ILNumerics.numpy.put(A, B, C, mode)'.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Raise | 0 | [Default] throw an IndexOutOfRangeException. | |
Wrap | 1 | Indices are computed by applying the modulus of the allowed index range to the requested index. | |
Clip | 2 | Too large indices are clipped into the allowed range. |
Remarks
[ILNumerics Core Module]
See Also