Class N14

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

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

  • Method Details

    • getNum

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