InterestFrequencygetByValue Method

Get a pointer to an InterestFrequency for the given value ( periods per year ).

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public static InterestFrequency getByValue(
	int value
)

Parameters

value  Int32
the number of periods per year.

Return Value

InterestFrequency
a pointer to an InterestFrequency object for the given value, or null if the value is unsupported.

Remarks

The pointer returned references one of the static instances managed by InterestFrequency and must not be deleted.

See Also