Click or drag to resize
SiDicomValue.GetDouble Method (UInt64)

Get an internally stored double precision floating point number.

Namespace: OIV.VolumeViz.Readers.Dicom
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax
public double GetDouble(
	ulong idx
)

Parameters

idx
Type: System.UInt64

the index of the scalar value to get.

Return Value

Type: Double
Remarks

If the value's type is not DOUBLE, this method will return 0.0.

See Also