C# Class bigloo.bignum

Inheritance: numeral
显示文件 Open project: mbrock/bigloo-llvm Class Usage Examples

Public Properties

Property Type Description
BZERO BigInteger
value BigInteger

Public Methods

Method Description
DoubleValue ( ) : double
IntegerValue ( ) : int
bignum ( BigInteger value ) : System
bignum ( double value ) : System
bignum ( int value ) : System
bignum ( long value ) : System
rand ( Random randg ) : bignum
write ( output_port p ) : void

Method Details

DoubleValue() public method

public DoubleValue ( ) : double
return double

IntegerValue() public method

public IntegerValue ( ) : int
return int

bignum() public method

public bignum ( BigInteger value ) : System
value BigInteger
return System

bignum() public method

public bignum ( double value ) : System
value double
return System

bignum() public method

public bignum ( int value ) : System
value int
return System

bignum() public method

public bignum ( long value ) : System
value long
return System

rand() public method

public rand ( Random randg ) : bignum
randg System.Random
return bignum

write() public method

public write ( output_port p ) : void
p output_port
return void

Property Details

BZERO public_oe static_oe property

public static BigInteger BZERO
return BigInteger

value public_oe property

public BigInteger value
return BigInteger