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; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Property Value
Type:
Boolean if the sample is read-only, otherwise
.
Implements
ICollectionTIsReadOnlyRemarks 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