Namespace:
Dundas.BI.Data.Functions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ScalarResult(
Guid resultId,
double value
)
Public Sub New (
resultId As Guid,
value As Double
)
public:
ScalarResult(
Guid resultId,
double value
)
new :
resultId : Guid *
value : float -> ScalarResult
Parameters
- resultId
- Type: SystemGuid
The result ID. - value
- Type: SystemDouble
The value.
See Also