DisplayFormatprepareForDisplay Method

Prepare a value for display according to the implemented convention.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
double prepareForDisplay(
	double value
)

Parameters

value  Double
A value. Could be price, yield, ai, etc...

Return Value

Double
A value prepared for display according to the implemented convention.

See Also