Mutability Behaviour Enumeration
Enumerates the possible behaviour of functions that
return subsets of objects when the mutability isn't
strictly specified.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum MutabilityBehaviour
Members
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. |