ShareKhan.domain.Portfolio.GetEffectiveRateOfReturn C# (CSharp) Method

GetEffectiveRateOfReturn() public method

public GetEffectiveRateOfReturn ( ) : double
return double
        public double GetEffectiveRateOfReturn()
        {
            throw new NotImplementedException();
        }