ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearVOIWindow Structure / Max64 Property




In This Topic
    Max64 Property (ImGearVOIWindow)
    In This Topic
    Gets Window Maximum value as 64 bit integer.
    Syntax
    'Declaration
     
    Public ReadOnly Property Max64 As Long
    'Usage
     
    Dim instance As ImGearVOIWindow
    Dim value As Long
     
    value = instance.Max64
    public long Max64 {get;}
    public: __property long get_Max64();
    public:
    property int64 Max64 {
       int64 get();
    }

    Property Value

    Any long integer number.
    See Also