C# 클래스 ModulusChecking.ModulusChecks.DoubleAlternateModulusCheck

파일 보기 프로젝트 열기: pauldambra/ModulusChecker 1 사용 예제들

공개 메소드들

메소드 설명
GetModulusSum ( BankAccountDetails bankAccountDetails, ModulusWeightMapping weightMapping ) : int

비공개 메소드들

메소드 설명
GetIntArray ( int num ) : IEnumerable

The DoubleAlternate rule adds together the individual digits of the numbers that result from multiplication of sortcode, account number and modulus weighting value. This method takes an integer and returns an array of its individual digits

메소드 상세

GetModulusSum() 공개 메소드

public GetModulusSum ( BankAccountDetails bankAccountDetails, ModulusWeightMapping weightMapping ) : int
bankAccountDetails ModulusChecking.Models.BankAccountDetails
weightMapping ModulusChecking.Models.ModulusWeightMapping
리턴 int