C# Class RobustArithmetic.Test.Util.DoubleComponents

Afficher le fichier Open project: govert/RobustGeometry.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
Bits long
Exponent int
Mantissa long
Negative bool

Méthodes publiques

Méthode Description
AssertValid ( ) : void
CalcValue ( ) : double
DoubleComponents ( double d ) : System
MaximizeExponent ( ) : void

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

CalcValue() public méthode

public CalcValue ( ) : double
Résultat double

DoubleComponents() public méthode

public DoubleComponents ( double d ) : System
d double
Résultat System

MaximizeExponent() public méthode

public MaximizeExponent ( ) : void
Résultat void

Property Details

Bits public_oe property

public long Bits
Résultat long

Exponent public_oe property

public int Exponent
Résultat int

Mantissa public_oe property

public long Mantissa
Résultat long

Negative public_oe property

public bool Negative
Résultat bool