Gets a value indicating whether the value of the component at
the specified index can be changed.
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override bool IsElementWritable(
int index
)
Public Overrides Function IsElementWritable (
index As Integer
) As Boolean
public:
virtual bool IsElementWritable(
int index
) override
abstract IsElementWritable :
index : int -> bool
override IsElementWritable :
index : int -> bool
Parameters
- index
- Type: SystemInt32
Zero-based index of the component.
Return Value
Type:
Boolean if you can change the value of this
component; otherwise
.
If you attempt to set a component that is read-only,
an exception of type ComponentReadOnlyException
is thrown. To avoid this, you can call this method before you
attempt to set the component to verify that it can be changed.
Numerical Libraries
Supported in: 5.x
Reference