Gets a value indicating whether the value of the component at
the specified index can be changed.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public override bool IsComponentWritable(
int index
)
Public Overrides Function IsComponentWritable (
index As Integer
) As Boolean
public:
virtual bool IsComponentWritable(
int index
) override
abstract IsComponentWritable :
index : int -> bool
override IsComponentWritable :
index : int -> bool
Parameters
- index
- Type: SystemInt32
Zero-based index of the component.
Return Value
Type:
BooleanAlways returns
true.
Numerical Libraries
Supported in: 5.x, 4.x
Reference