Returns a value that indicates 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
true
True
true
true (True in Visual Basic) if you can change the value of this
component; otherwise
falseFalsefalsefalse (False in Visual Basic).
Remarks
See Also