Sets the number of samples

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void setMuestras(
	int n
)
Visual Basic (Declaration)
Public Sub setMuestras ( _
	n As Integer _
)
Visual C++
public:
void setMuestras(
	int n
)

Parameters

n
Type: System..::.Int32
Integer that represents the number of samples

See Also