Click or drag to resize

Activation.Func.InRange Method

Check whether the value is in the output range of the function.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool InRange(
	float y
)

Parameters

y
Type: System.Single

Return Value

Type: Boolean
See Also