MatrixTests WriteMatrix Method Delta Engine Documentation

Namespace: DeltaEngine.Tests.Datatypes
Assembly: DeltaEngine.Tests (in DeltaEngine.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void WriteMatrix()
Examples

[Test]
public void WriteMatrix()
{
    const string MatrixString = "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15";
    Assert.AreEqual(MatrixString, matrix.ToString());
}
See Also