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




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

    Property Value

    Any long integer number.
    See Also