InterestRateSchedulegetIndex Method

Get the index of the given date.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
int getIndex(
	FISADate date
)

Parameters

date  FISADate
a date

Return Value

Int32
The index of the given date, or -1 if the date isn't found within this schedule.

See Also