C# Class bigloo.bignum

Inheritance: numeral
Afficher le fichier Open project: mbrock/bigloo-llvm Class Usage Examples

Méthodes publiques

Свойство Type Description
BZERO BigInteger
value BigInteger

Méthodes publiques

Méthode 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 méthode

public DoubleValue ( ) : double
Résultat double

IntegerValue() public méthode

public IntegerValue ( ) : int
Résultat int

bignum() public méthode

public bignum ( BigInteger value ) : System
value BigInteger
Résultat System

bignum() public méthode

public bignum ( double value ) : System
value double
Résultat System

bignum() public méthode

public bignum ( int value ) : System
value int
Résultat System

bignum() public méthode

public bignum ( long value ) : System
value long
Résultat System

rand() public méthode

public rand ( Random randg ) : bignum
randg System.Random
Résultat bignum

write() public méthode

public write ( output_port p ) : void
p output_port
Résultat void

Property Details

BZERO public_oe static_oe property

public static BigInteger BZERO
Résultat BigInteger

value public_oe property

public BigInteger value
Résultat BigInteger