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

In This Topic
    PreserveDoublePrecision Property
    In This Topic
    Indicates whether double precision should be preserved
    Syntax
    'Declaration
     
    
    Public Shared Property PreserveDoublePrecision As System.Boolean
    public static System.bool PreserveDoublePrecision {get; set;}
    Remarks
    To control floating value precision when adding attributes with double values If set to true and DoublePrecisionDSAttributes is empty, precision will be preserved for all DS attributes. If set to true and DoublePrecisionDSAttributes contains one or more entries, precision will only be preserved for DS attributes listed in DoublePrecisionDSAttributes. If set to false, double precision is not preserved regardless of the contents of DoublePrecisionDSAttributes.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also