Click or drag to resize

SampleData Constructor (Int32, Int32)

Create a new empty sample.

Namespace:  RavingBots.MagicGestures.AI.Common
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public SampleData(
	int inputCount = 0,
	int outputCount = 0
)

Parameters

inputCount (Optional)
Type: SystemInt32
outputCount (Optional)
Type: SystemInt32
See Also