Transformation.Item Property

Direct access on matrix values.
Public Property Item( _ 
ByVal m As Integer, _ 
ByVal n As Integer
) As Double
This language is not supported or no code example is available.
public double this[ 
int m
int n 
] {get; set;}
This language is not supported or no code example is available.

Parameters

m
int

n
int

Property Value

double

.NET Framework

Supported in: 4.8

In this article

Definition