C# Класс Pelsser.PelsserCache

Caches some data for use by Pelsser, in order to avoid recalculating it several times.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
PelsserCache ( double t, double s, SquaredGaussianModel p_instance ) : System

Constructor to create a new instance of the PelsserCache.

Описание методов

PelsserCache() публичный Метод

Constructor to create a new instance of the PelsserCache.
public PelsserCache ( double t, double s, SquaredGaussianModel p_instance ) : System
t double The first date parameter this element is referenced to.
s double The second date parameter this element is referenced to.
p_instance SquaredGaussianModel /// The instance to the this cache references to. ///
Результат System