Sets the size of the tree fan out.

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

Syntax

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

Parameters

size
Type: System..::..Byte
The size.

See Also