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