QLNet.SwaptionVolatilityMatrix.locate C# (CSharp) 메소드

locate() 공개 메소드

public locate ( Date optionDate, Period swapTenor ) : int>.KeyValuePair
optionDate Date
swapTenor Period
리턴 int>.KeyValuePair
        public KeyValuePair<int, int> locate(  Date optionDate,
            Period swapTenor)
        {
            return locate(timeFromReference(optionDate),
                          swapLength(swapTenor));
        }

Same methods

SwaptionVolatilityMatrix::locate ( double optionTime, double swapLength ) : int>.KeyValuePair