This accessor
Namespace:
Hyleos.Mathematic.MatrixAssembly: Hyleos.Mathematic (in Hyleos.Mathematic.dll) Version: 1.0.1.1 (1.0.1.1)
Syntax
| C# |
|---|
public double this[ int row, int column ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ row As Integer, _ column As Integer _ ) As Double |
| Visual C++ |
|---|
public: property double default[int row, int column] { double get (int row, int column); void set (int row, int column, double value); } |