Enumerates the possible behaviour of functions that
return subsets of objects when the mutability isn't
strictly specified.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum MutabilityBehaviour
Public Enumeration MutabilityBehaviour
public enum class MutabilityBehaviour
| Member name | Value | Description |
---|
| Fastest | 0 |
Allow snapshots to reference storage
owned by other objects that may modify the storage.
This is the default.
|
| Strict | 1 |
Don't allow views to be used as snapshots.
|
Reference