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






In This Topic
    PreserveDoublePrecision Property
    In This Topic
    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
    public static System.bool PreserveDoublePrecision {get; set;}
    public read-write property PreserveDoublePrecision: System.Boolean; static; 
    public static function get,set PreserveDoublePrecision : System.boolean
    public: __property static System.bool get_PreserveDoublePrecision();
    public: __property static void set_PreserveDoublePrecision( 
       System.bool value
    );
    public:
    static property System.bool PreserveDoublePrecision {
       System.bool get();
       void set (    System.bool value);
    }
    Remarks
    To control floating value precision when adding attributes with double values
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also