DelegatingCalculatorcalculatePrice Method

Calculate price for the given yield.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public virtual double calculatePrice(
	double yield
)

Parameters

yield  Double
a yield

Return Value

Double
price as calculated for the given yield.

Implements

CalculatorcalculatePrice(Double)

Exceptions

CalculationException CalculationException

See Also