Rechercher une page de manuel
types.hpp
Langue: en
Version: 379748 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
ql/types.hpp -Custom types.
SYNOPSIS
#include <ql/qldefines.hpp>
#include <cstddef>
Typedefs
typedef int Integer
integer number
typedef long BigInteger
large integer number
typedef unsigned int Natural
positive integer
typedef unsigned long BigNatural
large positive integer
typedef double Real
real number
typedef Real Decimal
decimal number
typedef std::size_t Size
size of a container
typedef Real Time
continuous quantity with 1-year units
typedef Real DiscountFactor
discount factor between dates
typedef Real Rate
interest rates
typedef Real Spread
spreads on interest rates
typedef Real Volatility
volatility
Detailed Description
Custom types.
Author
Generated automatically by Doxygen for QuantLib from the source code.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre