NPlot.AxesConstraint.YPixelWorldLength.YPixelWorldLength C# (CSharp) Метод

YPixelWorldLength() публичный Метод

Constructor, which defines the world pixel length only. Both x-axes will be moved by equal amounts in order to force this constraint.
public YPixelWorldLength ( double p ) : System
p double The world pixel length
Результат System
            public YPixelWorldLength(double p)
            {
                this.pWorldLength_ = p;
            }

Same methods

AxesConstraint.YPixelWorldLength::YPixelWorldLength ( double p, PlotSurface2D holdFixedX ) : System
AxesConstraint.YPixelWorldLength