Class Unsigned64bitVeryLong
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class Unsigned64bitVeryLong : AbstractElement<ulong>, IDICOMElement
Constructors
View SourceUnsigned64bitVeryLong()
Declaration
public Unsigned64bitVeryLong()
Unsigned64bitVeryLong(Tag, UInt64)
Declaration
public Unsigned64bitVeryLong(Tag tag, ulong data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.UInt64 | data |
Unsigned64bitVeryLong(Tag, UInt64[])
Declaration
public Unsigned64bitVeryLong(Tag tag, ulong[] data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.UInt64[] | data |