Emotiv.EdkDll.IEE_GetAverageBandPowers C# (CSharp) Method

IEE_GetAverageBandPowers() public static method

public static IEE_GetAverageBandPowers ( UInt32 userId, IEE_DataChannel_t channel, Double theta, Double alpha, Double low_beta, Double high_beta, Double gamma ) : Int32
userId System.UInt32
channel IEE_DataChannel_t
theta Double
alpha Double
low_beta Double
high_beta Double
gamma Double
return System.Int32
        public static Int32 IEE_GetAverageBandPowers(UInt32 userId, IEE_DataChannel_t channel, Double[] theta, Double[] alpha, Double[] low_beta, Double[] high_beta, Double[] gamma)
        {
            return Unmanged_IEE_GetAverageBandPowers(userId, channel, theta, alpha, low_beta, high_beta, gamma);
        }
EdkDll