Click or drag to resize
SiDicomValueGetInt Method (UInt64)

Get an internally stored signed integer.

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

Parameters

idx
Type: SystemUInt64

the index of the scalar value to get.

Return Value

Type: Int64
Remarks

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

See Also