Click or drag to resize

SampleIsReadOnly Property

Gets a value indicating whether the sample is read-only.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool IsReadOnly { get; }

Property Value

Type: Boolean
if the sample is read-only, otherwise .

Implements

ICollectionTIsReadOnly
Remarks

If a sample is read-only and you need to make changes to it, you can use Copy to obtain a modify-able copy.

See Also