C# Class RobustArithmetic.Test.Util.DoubleComponents

Show file 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 property

public long Bits
return long

Exponent public property

public int Exponent
return int

Mantissa public property

public long Mantissa
return long

Negative public property

public bool Negative
return bool