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
raw
Type: System.DecimalThe initial value.
Return Value
Type: System.Decimal
The adjusted value after applying the multiplier, format, and rounding.