Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.util.Int128OrBuilder Interface Reference
Inheritance diagram for com.google.ortools.util.Int128OrBuilder:
com.google.ortools.util.Int128 com.google.ortools.util.Int128.Builder

Public Member Functions

long getHigh ()
 
long getLow ()
 

Detailed Description

Definition at line 7 of file Int128OrBuilder.java.

Member Function Documentation

◆ getHigh()

long com.google.ortools.util.Int128OrBuilder.getHigh ( )

int64 high = 1;

Returns
The high.

Implemented in com.google.ortools.util.Int128, and com.google.ortools.util.Int128.Builder.

◆ getLow()

long com.google.ortools.util.Int128OrBuilder.getLow ( )

uint64 low = 2;

Returns
The low.

Implemented in com.google.ortools.util.Int128, and com.google.ortools.util.Int128.Builder.


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