ILNumerics Ultimate VS

PutModes Enumeration

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
[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

public enum PutModes
Members

  Member nameValueDescription
Raise0 [Default] throw an IndexOutOfRangeException.
Wrap1 Indices are computed by applying the modulus of the allowed index range to the requested index.
Clip2 Too large indices are clipped into the allowed range.
Remarks

[ILNumerics Core Module]

See Also

Reference