DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / PreserveDoublePrecision Property






    PreserveDoublePrecision Property
    Retain precision for double numbers
    Syntax
    'Declaration
     
    
    Public Shared Property PreserveDoublePrecision As System.Boolean
     
    'Usage
     
    
    Dim value As System.Boolean
     
    DicomGlobal.PreserveDoublePrecision = value
     
    value = DicomGlobal.PreserveDoublePrecision
    Remarks
    To control floating value precision when adding attributes with double values
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also