Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Median Property








Gets the median value found.
Syntax
public int Median {get;}
'Declaration
 
Public ReadOnly Property Median As Integer
'Usage
 
Dim instance As StatisticsInformationCommand
Dim value As Integer
 
value = instance.Median
public int Median {get;}
@property (nonatomic, assign, readonly) NSInteger median
public int getMedian()
 get_Median(); 
public:
property int Median {
   int get();
}

Property Value

Gets the median value found.
Example
Refer to StatisticsInformationCommand example.
Requirements

Target Platforms

See Also

Reference

StatisticsInformationCommand Class
StatisticsInformationCommand Members

Error processing SSI file