Gets the size of the Z.

Namespace: Cudafy.Host
Assembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172

Syntax

C#
public int ZSize { get; private set; }
Visual Basic
Public Property ZSize As Integer
	Get
	Private Set
Visual C++
public:
property int ZSize {
	int get ();
	private: void set (int value);
}

Field Value

The size of the Z.

See Also