MutabilityBehaviour 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#
public enum MutabilityBehaviour

Members

Fastest0 Allow snapshots to reference storage owned by other objects that may modify the storage. This is the default.
Strict1 Don't allow views to be used as snapshots.

See Also