Class FixedPointDecimal

FixedPointDecimal class

고정 소수점 10진수, 16비트 정수 및 16비트 분수.

public class FixedPointDecimal

생성자

이름설명
FixedPointDecimal(double)의 새 인스턴스를 초기화합니다.FixedPointDecimal 클래스.
FixedPointDecimal(long)의 새 인스턴스를 초기화합니다.FixedPointDecimal 수업. 32비트 정수의 상위 및 하위 워드를 고정 소수점 숫자로 분할합니다.
FixedPointDecimal(int, int)의 새 인스턴스를 초기화합니다.FixedPointDecimal 클래스.

속성

이름설명
Fraction { get; set; }분수를 가져오거나 설정합니다.
Integer { get; set; }정수를 가져오거나 설정합니다.

행동 양식

이름설명
ToDouble()현재 고정 소수점 십진수를 double로 변환합니다.

또한보십시오