C# Class RobustArithmetic.Test.Util.DoubleComponents

Mostrar archivo Open project: govert/RobustGeometry.NET Class Usage Examples

Public Properties

Property Type Description
Bits long
Exponent int
Mantissa long
Negative bool

Public Methods

Method Description
AssertValid ( ) : void
CalcValue ( ) : double
DoubleComponents ( double d ) : System
MaximizeExponent ( ) : void

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

CalcValue() public method

public CalcValue ( ) : double
return double

DoubleComponents() public method

public DoubleComponents ( double d ) : System
d double
return System

MaximizeExponent() public method

public MaximizeExponent ( ) : void
return void

Property Details

Bits public_oe property

public long Bits
return long

Exponent public_oe property

public int Exponent
return int

Mantissa public_oe property

public long Mantissa
return long

Negative public_oe property

public bool Negative
return bool