ModulusChecking.Steps.Calculators.SecondDoubleAlternateCalculator.GetWeightSumForStep C# (CSharp) Méthode

GetWeightSumForStep() protected méthode

protected GetWeightSumForStep ( BankAccountDetails bankAccountDetails ) : int
bankAccountDetails ModulusChecking.Models.BankAccountDetails
Résultat int
        protected override int GetWeightSumForStep(BankAccountDetails bankAccountDetails)
        {
            return new DoubleAlternateModulusCheck().GetModulusSum(bankAccountDetails,
                                                            bankAccountDetails.WeightMappings
                                                                              .Second());
        }