ModulusChecking.Steps.Calculators.FirstDoubleAlternateCalculator.GetMappingException C# (CSharp) Method

GetMappingException() protected method

protected GetMappingException ( IEnumerable weightMappings ) : int
weightMappings IEnumerable
return int
        protected override int GetMappingException(IEnumerable<ModulusWeightMapping> weightMappings)
        {
            return weightMappings.First().Exception;
        }