Data.Shot.Mean C# (CSharp) Method

Mean() public method

public Mean ( int index ) : double
index int
return double
        public double Mean(int index)
        {
            return ((TOF)tofs[index]).Mean;
        }