コード例 #1
0
 /* Accessor for the outs table */
 private static float GetOutsPercentage(int numOuts, OutsByThe by)
 {
     int index = (int)by;
     return (float)((float[])outsTable[numOuts])[index];
 }
コード例 #2
0
        /* Accessor for the outs table */
        private static float GetOutsPercentage(int numOuts, OutsByThe by)
        {
            int index = (int)by;

            return((float)((float[])outsTable[numOuts])[index]);
        }