Share via


KpiMeasure.GetOverrideValue method

Gets the adjusted value after applying the multiplier, format, and rounding.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetOverrideValue ( _
    raw As Decimal _
) As Decimal
'Usage
Dim instance As KpiMeasure
Dim raw As Decimal
Dim returnValue As Decimal

returnValue = instance.GetOverrideValue(raw)
public decimal GetOverrideValue(
    decimal raw
)

Parameters

Return value

Type: System.Decimal
The adjusted value after applying the multiplier, format, and rounding.

See also

Reference

KpiMeasure class

KpiMeasure members

Microsoft.PerformancePoint.Scorecards namespace