Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

83a734ba e0f8 f1ad edc6 3e6fa1e24aee

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.GTE.BandedMatrix.Item(System.Int32,System.Int32)"]

Definition

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

Parameters

  Int32
 
  Int32
 

Property Value

Double

See Also

Reference

BandedMatrix Class
netDxf.GTE Namespace

Clone this wiki locally