This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
83a734ba e0f8 f1ad edc6 3e6fa1e24aee
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "P:netDxf.GTE.BandedMatrix.Item(System.Int32,System.Int32)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double this[
int r,
int c
] { get; set; }
VB
Public Default Property Item (
r As Integer,
c As Integer
) As Double
Get
Set
C++
public:
property double default[int r, int c] {
double get (int r, int c);
void set (int r, int c, double value);
}
F#
member Item : float with get, set
- Int32
- Int32
Double