Returns the fact value given by the parameter.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public double GetFactValue(
	string fact
)
Visual Basic (Declaration)
Public Function GetFactValue ( _
	fact As String _
) As Double
Visual C++
public:
double GetFactValue(
	String^ fact
)

Parameters

fact
Type: System..::.String

See Also