コード例 #1
0
ファイル: conversions.cpp プロジェクト: Bernd8/quantlib
double libraryToScalar(const QuantLib::InterestRate &i) {
    return i.rate();
}