Unsafe but very fast 2-d indexer for 4x4 matrix, [0..3, 0..3]

Namespace: VVVV.Utils.VMath
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public double this[
	int i,
	int j
] { get; set; }

Parameters

i
Type: System..::..Int32
j
Type: System..::..Int32

See Also