enum

Num::NN::FanMode

Inherits Enum / Comparable / Value / Object

Represents the type of Fan meant to be discovered, whether it is the maximum number of inputs or outputs.

Constants

FanAvg = 0
FanIn = 1
FanOut = 2

Instance methods

fan_avg?

Returns true if this enum value equals FanAvg

Source
fan_in?

Returns true if this enum value equals FanIn

Source
fan_out?

Returns true if this enum value equals FanOut

Source