Click or drag to resize
SiDicomValueGetUInt Method (UInt64)

Get an internally stored unsigned integer.

Namespace: OIV.VolumeViz.Readers.Dicom
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public ulong GetUInt(
	ulong idx
)

Parameters

idx
Type: SystemUInt64

the index of the scalar value to get.

Return Value

Type: UInt64
Remarks

If the value's type is not UINT, this method will return 0.

See Also