Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.