ImageGear .NET v25.1 - Updated
Min64 Property (ImGearChannelStatistics)




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearChannelStatistics Structure : Min64 Property
Gets or sets a 64-bit integer, representing minimum value of the image channel.
Syntax
'Declaration
 
Public Property Min64 As Long
'Usage
 
Dim instance As ImGearChannelStatistics
Dim value As Long
 
instance.Min64 = value
 
value = instance.Min64
public long Min64 {get; set;}
public: __property long get_Min64();
public: __property void set_Min64( 
   long value
);
public:
property int64 Min64 {
   int64 get();
   void set (    int64 value);
}

Property Value

64-bit Integer value.
See Also

Reference

ImGearChannelStatistics Structure
ImGearChannelStatistics Members