Click or drag to resize

Matrix4x4Item Property

[Missing <summary> documentation for "P:Altaxo.Geometry.Matrix4x4.Item(System.Int32,System.Int32)"]


Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double this[
	int r,
	int c
] { get; }

Parameters

r  Int32
 
c  Int32
 

Property Value

Double
See Also