dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

PixelBlockAddDataPlaneDataStatistics Class

public class PixelBlockAddDataPlaneDataStatistics :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PixelBlockAddDataPlaneDataStatistics>

Inheritance System.Object 🡒 PixelBlockAddDataPlaneDataStatistics

Implements System.IEquatable<PixelBlockAddDataPlaneDataStatistics>

Constructors

PixelBlockAddDataPlaneDataStatistics(Nullable, Nullable, Nullable) Constructor

public PixelBlockAddDataPlaneDataStatistics(System.Nullable<double> MaxValue=null, System.Nullable<double> MinValue=null, System.Nullable<double> NoDataValue=null);

Parameters

MaxValue System.Nullable<System.Double>

MinValue System.Nullable<System.Double>

NoDataValue System.Nullable<System.Double>

Properties

PixelBlockAddDataPlaneDataStatistics.MaxValue Property

public System.Nullable<double> MaxValue { get; set; }

Property Value

System.Nullable<System.Double>

PixelBlockAddDataPlaneDataStatistics.MinValue Property

public System.Nullable<double> MinValue { get; set; }

Property Value

System.Nullable<System.Double>

PixelBlockAddDataPlaneDataStatistics.NoDataValue Property

public System.Nullable<double> NoDataValue { get; set; }

Property Value

System.Nullable<System.Double>