Sharekhan.domain.InterestRate.IsValid C# (CSharp) Méthode

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool
        public bool IsValid()
        {
            return RateOfInterest >= 0;
        }