Robot Core Documentation
Loading...
Searching...
No Matches
edu.wpi.first.math.Nat< T extends Num > Interface Template Reference
Inheritance diagram for edu.wpi.first.math.Nat< T extends Num >:
edu.wpi.first.math.numbers.N0 edu.wpi.first.math.numbers.N1 edu.wpi.first.math.numbers.N10 edu.wpi.first.math.numbers.N11 edu.wpi.first.math.numbers.N12 edu.wpi.first.math.numbers.N13 edu.wpi.first.math.numbers.N14 edu.wpi.first.math.numbers.N15 edu.wpi.first.math.numbers.N16 edu.wpi.first.math.numbers.N17 edu.wpi.first.math.numbers.N18 edu.wpi.first.math.numbers.N19 edu.wpi.first.math.numbers.N2 edu.wpi.first.math.numbers.N20 edu.wpi.first.math.numbers.N3 edu.wpi.first.math.numbers.N4 edu.wpi.first.math.numbers.N5 edu.wpi.first.math.numbers.N6 edu.wpi.first.math.numbers.N7 edu.wpi.first.math.numbers.N8 edu.wpi.first.math.numbers.N9

Public Member Functions

int getNum ()
 

Static Public Member Functions

static Nat< N0N0 ()
 
static Nat< N1N1 ()
 
static Nat< N2N2 ()
 
static Nat< N3N3 ()
 
static Nat< N4N4 ()
 
static Nat< N5N5 ()
 
static Nat< N6N6 ()
 
static Nat< N7N7 ()
 
static Nat< N8N8 ()
 
static Nat< N9N9 ()
 
static Nat< N10N10 ()
 
static Nat< N11N11 ()
 
static Nat< N12N12 ()
 
static Nat< N13N13 ()
 
static Nat< N14N14 ()
 
static Nat< N15N15 ()
 
static Nat< N16N16 ()
 
static Nat< N17N17 ()
 
static Nat< N18N18 ()
 
static Nat< N19N19 ()
 
static Nat< N20N20 ()
 

Detailed Description

A natural number expressed as a java class. The counterpart to Num that should be used as a concrete value.

Parameters
<T>The Num this represents.

Member Function Documentation

◆ getNum()

◆ N0()

static Nat< N0 > edu.wpi.first.math.Nat< T extends Num >.N0 ( )
static

Returns the Nat instance for 0.

Returns
The Nat instance for 0.

◆ N1()

static Nat< N1 > edu.wpi.first.math.Nat< T extends Num >.N1 ( )
static

Returns the Nat instance for 1.

Returns
The Nat instance for 1.

◆ N10()

static Nat< N10 > edu.wpi.first.math.Nat< T extends Num >.N10 ( )
static

Returns the Nat instance for 10.

Returns
The Nat instance for 10.

◆ N11()

static Nat< N11 > edu.wpi.first.math.Nat< T extends Num >.N11 ( )
static

Returns the Nat instance for 11.

Returns
The Nat instance for 11.

◆ N12()

static Nat< N12 > edu.wpi.first.math.Nat< T extends Num >.N12 ( )
static

Returns the Nat instance for 12.

Returns
The Nat instance for 12.

◆ N13()

static Nat< N13 > edu.wpi.first.math.Nat< T extends Num >.N13 ( )
static

Returns the Nat instance for 13.

Returns
The Nat instance for 13.

◆ N14()

static Nat< N14 > edu.wpi.first.math.Nat< T extends Num >.N14 ( )
static

Returns the Nat instance for 14.

Returns
The Nat instance for 14.

◆ N15()

static Nat< N15 > edu.wpi.first.math.Nat< T extends Num >.N15 ( )
static

Returns the Nat instance for 15.

Returns
The Nat instance for 15.

◆ N16()

static Nat< N16 > edu.wpi.first.math.Nat< T extends Num >.N16 ( )
static

Returns the Nat instance for 16.

Returns
The Nat instance for 16.

◆ N17()

static Nat< N17 > edu.wpi.first.math.Nat< T extends Num >.N17 ( )
static

Returns the Nat instance for 17.

Returns
The Nat instance for 17.

◆ N18()

static Nat< N18 > edu.wpi.first.math.Nat< T extends Num >.N18 ( )
static

Returns the Nat instance for 18.

Returns
The Nat instance for 18.

◆ N19()

static Nat< N19 > edu.wpi.first.math.Nat< T extends Num >.N19 ( )
static

Returns the Nat instance for 19.

Returns
The Nat instance for 19.

◆ N2()

static Nat< N2 > edu.wpi.first.math.Nat< T extends Num >.N2 ( )
static

Returns the Nat instance for 2.

Returns
The Nat instance for 2.

◆ N20()

static Nat< N20 > edu.wpi.first.math.Nat< T extends Num >.N20 ( )
static

Returns the Nat instance for 20.

Returns
The Nat instance for 20.

◆ N3()

static Nat< N3 > edu.wpi.first.math.Nat< T extends Num >.N3 ( )
static

Returns the Nat instance for 3.

Returns
The Nat instance for 3.

◆ N4()

static Nat< N4 > edu.wpi.first.math.Nat< T extends Num >.N4 ( )
static

Returns the Nat instance for 4.

Returns
The Nat instance for 4.

◆ N5()

static Nat< N5 > edu.wpi.first.math.Nat< T extends Num >.N5 ( )
static

Returns the Nat instance for 5.

Returns
The Nat instance for 5.

◆ N6()

static Nat< N6 > edu.wpi.first.math.Nat< T extends Num >.N6 ( )
static

Returns the Nat instance for 6.

Returns
The Nat instance for 6.

◆ N7()

static Nat< N7 > edu.wpi.first.math.Nat< T extends Num >.N7 ( )
static

Returns the Nat instance for 7.

Returns
The Nat instance for 7.

◆ N8()

static Nat< N8 > edu.wpi.first.math.Nat< T extends Num >.N8 ( )
static

Returns the Nat instance for 8.

Returns
The Nat instance for 8.

◆ N9()

static Nat< N9 > edu.wpi.first.math.Nat< T extends Num >.N9 ( )
static

Returns the Nat instance for 9.

Returns
The Nat instance for 9.

The documentation for this interface was generated from the following file: