YAMP.Plot2DValue.Plot2DValue C# (CSharp) Méthode

Plot2DValue() public méthode

Creates a new instance.
public Plot2DValue ( ) : System
Résultat System
        public Plot2DValue()
        {
            IsLogX = false;
            IsLogY = false;
            InitializeBoundaries();
        }