Class DecimalString
Encapsulates the DecimalString VR type
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 DecimalString : AbstractElement<double>, IDICOMElement
Constructors
View SourceDecimalString()
Declaration
public DecimalString()
DecimalString(Tag, Double)
Declaration
public DecimalString(Tag tag, double data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Double | data |
DecimalString(Tag, Double[])
Declaration
public DecimalString(Tag tag, double[] data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.Double[] | data |
DecimalString(Tag, String)
Declaration
public DecimalString(Tag tag, string data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.String | data |