MatrixTests SizeOfMatrix 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 SizeOfMatrix()
Examples

[Test]
public void SizeOfMatrix()
{
    Assert.AreEqual(64, Matrix.SizeInBytes);
}
See Also