Summer.Batch.Extra.Utils.BigIntegerUtils Class Reference

Big Integer Helper. More...

Static Public Member Functions

static string ToString (BigInteger?int1)
 ToString method. More...
 
static bool IsGreaterThan (BigInteger?int1, BigInteger?int2)
 Check if the first given BigInteger is greater than the second. More...
 
static bool IsLowerThan (BigInteger?int1, BigInteger?int2)
 Check if the first given BigInteger is lower than the second. More...
 

Detailed Description

Big Integer Helper.

Member Function Documentation

static bool Summer.Batch.Extra.Utils.BigIntegerUtils.IsGreaterThan ( BigInteger?  int1,
BigInteger?  int2 
)
static

Check if the first given BigInteger is greater than the second.

Parameters
int1BigInteger?
int2BigInteger?
Returns
true if int1 is numerically greater than int2. Otherwise false.
static bool Summer.Batch.Extra.Utils.BigIntegerUtils.IsLowerThan ( BigInteger?  int1,
BigInteger?  int2 
)
static

Check if the first given BigInteger is lower than the second.

Parameters
int1BigInteger?
int2BigInteger?
Returns
true if int1 is numerically lower than int2. Otherwise false.
static string Summer.Batch.Extra.Utils.BigIntegerUtils.ToString ( BigInteger?  int1)
static

ToString method.

Parameters
int1BigInteger?
Returns
string representation of argument. Empty string if null.

The documentation for this class was generated from the following file:
  • Summer.Batch.Extra/Utils/BigIntegerUtils.cs