Class DicomFloatingPointDouble
  
  Floating Point Double (FD)
 
  
  
    Inheritance
    
    
    
    
    DicomFloatingPointDouble
   
  
  
  Namespace: Dicom
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class DicomFloatingPointDouble : DicomValueElement<double>, IComparable<DicomItem>, IComparable
   
  Constructors
  
  
  
  
  DicomFloatingPointDouble(DicomTag, IByteBuffer)
  
  
  Declaration
  
    public DicomFloatingPointDouble(DicomTag tag, IByteBuffer data)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | DicomTag | 
        tag | 
         | 
      
      
        | IByteBuffer | 
        data | 
         | 
      
    
  
  
  
  
  DicomFloatingPointDouble(DicomTag, Double[])
  
  
  Declaration
  
    public DicomFloatingPointDouble(DicomTag tag, params double[] values)
   
  Parameters
  
  Properties
  
  
  
  
  ValueRepresentation
  
  
  Declaration
  
    public override DicomVR ValueRepresentation { get; }
   
  Property Value
  
  Overrides
  
  Implements