Class YDEFS



  • public class YDEFS
    extends java.lang.Object
    Template
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String Type  
      double[] Y  
      float YDelt  
      float YMin  
      int YNum  
    • Constructor Summary

      Constructors 
      Constructor Description
      YDEFS​()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Type

        public java.lang.String Type
      • YNum

        public int YNum
      • YMin

        public float YMin
      • YDelt

        public float YDelt
      • Y

        public double[] Y
    • Constructor Detail

      • YDEFS

        public YDEFS​()