Gets a value indicating whether the value of the component at
the specified index can be changed.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public override bool IsComponentWritable(
int index
)
|
| Visual Basic (Declaration) |
Public Overrides Function IsComponentWritable ( _
index As Integer _
) As Boolean
|
| Visual C++ |
public:
virtual bool IsComponentWritable(
int index
) override
|
| F# |
abstract IsComponentWritable :
index:int -> bool
override IsComponentWritable :
index:int -> bool
|
Return Value
Always returns
trueTruetruetrue (True in Visual Basic).
See Also