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