Sets the height of the max tree.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public void SetMaxTreeHeight(
	byte height
)
Visual Basic
Public Sub SetMaxTreeHeight ( _
	height As Byte _
)
Visual C++
public:
void SetMaxTreeHeight(
	unsigned char height
)

Parameters

height
Type: System..::..Byte
The height.

See Also