SiDicomValueGetDouble Method (UInt64) |
Get an internally stored double precision floating point number.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public double GetDouble(
ulong idx
)
Public Function GetDouble (
idx As ULong
) As Double
public:
double GetDouble(
unsigned long long idx
)
member GetDouble :
idx : uint64 -> float
Parameters
- idx
- Type: SystemUInt64
the index of the scalar value to get.
Return Value
Type:
DoubleRemarks If the value's type is not DOUBLE, this method will return 0.0.
See Also