←Select platform

Minimum Property

Summary

Gets the Minimum value found.

Syntax
C#
VB
Objective-C
C++
Java
public int Minimum { get; } 
Public ReadOnly Property Minimum As Integer 
@property (nonatomic, assign, readonly) NSInteger minimum 
public int getMinimum() 
public: 
property int Minimum { 
   int get(); 
} 

Property Value

Gets the Minimum value found.

Example

Refer to StatisticsInformationCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly