C# 클래스 RobustArithmetic.Test.Util.DoubleComponents

파일 보기 프로젝트 열기: govert/RobustGeometry.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bits long
Exponent int
Mantissa long
Negative bool

공개 메소드들

메소드 설명
AssertValid ( ) : void
CalcValue ( ) : double
DoubleComponents ( double d ) : System
MaximizeExponent ( ) : void

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

CalcValue() 공개 메소드

public CalcValue ( ) : double
리턴 double

DoubleComponents() 공개 메소드

public DoubleComponents ( double d ) : System
d double
리턴 System

MaximizeExponent() 공개 메소드

public MaximizeExponent ( ) : void
리턴 void

프로퍼티 상세

Bits 공개적으로 프로퍼티

public long Bits
리턴 long

Exponent 공개적으로 프로퍼티

public int Exponent
리턴 int

Mantissa 공개적으로 프로퍼티

public long Mantissa
리턴 long

Negative 공개적으로 프로퍼티

public bool Negative
리턴 bool