SoLabelAnalysisResultGetValueAsUInt Method |
Returns the result as an unsigned integer value for the given measure and measure's component.
Namespace: OIV.ImageViz.Nodes.AnalysisAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public ulong GetValueAsUInt(
int labelIndex,
int measureIndex,
int measureComponent
)
Public Function GetValueAsUInt (
labelIndex As Integer,
measureIndex As Integer,
measureComponent As Integer
) As ULong
public:
unsigned long long GetValueAsUInt(
int labelIndex,
int measureIndex,
int measureComponent
)
member GetValueAsUInt :
labelIndex : int *
measureIndex : int *
measureComponent : int -> uint64
Parameters
- labelIndex
- Type: SystemInt32
- measureIndex
- Type: SystemInt32
- measureComponent
- Type: SystemInt32
Return Value
Type:
UInt64Remarks See Also