Show / Hide Table of Contents

Constructor MinMaxStretchParameters

MinMaxStretchParameters(Nullable<IEnumerable<Double>>, Nullable<IEnumerable<Double>>)

Initializes a new instance of the MinMaxStretchParameters class with the specified minimum/maximum values.

Declaration
public MinMaxStretchParameters(IEnumerable<double>? minValues, IEnumerable<double>? maxValues)
Parameters
Type Name Description
System.Nullable<IEnumerable<System.Double>> minValues

The min values.

System.Nullable<IEnumerable<System.Double>> maxValues

The max values.

Applies to

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.