Share via


KpiMeasureValue.IsInfinity property

Gets or sets a value that indicates whether this measure value is infinity and whether is positive or negative infinity.

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

Syntax

'Declaration
Public Property IsInfinity As Integer
    Get
    Set
'Usage
Dim instance As KpiMeasureValue
Dim value As Integer

value = instance.IsInfinity

instance.IsInfinity = value
public int IsInfinity { get; set; }

Property value

Type: System.Int32
0 if this measure value is not infinity, 1 if this measure value is positive infinity, or -1 if this measure value is negative infinity.

See also

Reference

KpiMeasureValue class

KpiMeasureValue members

Microsoft.PerformancePoint.Scorecards namespace