Optional construtor allowing the size of the csr to be set

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public CSR(
	int size
)
Visual Basic (Declaration)
Public Sub New ( _
	size As Integer _
)
Visual C++
public:
CSR(
	int size
)

Parameters

size
Type: System..::.Int32
Size of CSR

See Also