Class N6

java.lang.Object
edu.wpi.first.math.Num
edu.wpi.first.math.numbers.N6
All Implemented Interfaces:
Nat<N6>

public final class N6
extends Num
implements Nat<N6>
A class representing the number 6.
  • Field Details

  • Method Details

    • getNum

      public int getNum()
      The integer this class represents.
      Specified by:
      getNum in interface Nat<N6>
      Specified by:
      getNum in class Num
      Returns:
      The literal number 6.