SiDicomValueGetUInt Method (UInt64) |
Get an internally stored unsigned integer.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public ulong GetUInt(
ulong idx
)
Public Function GetUInt (
idx As ULong
) As ULong
public:
unsigned long long GetUInt(
unsigned long long idx
)
member GetUInt :
idx : uint64 -> uint64
Parameters
- idx
- Type: SystemUInt64
the index of the scalar value to get.
Return Value
Type:
UInt64Remarks If the value's type is not UINT, this method will return 0.
See Also