Graphisoft®

GSRootVersion: 1.0

IVDouble

double 형태의 바이트들을 스왑합니다.

    void IVDouble (
        GS::PlatformSign platform,
        double*  pDouble                          // 스왑하려는 double 변수
    );
    void IVDouble (
        GS::PlatformSign from,
        GS::PlatformSign to,
        double*  pDouble                          // 스왑하려는 double 변수
    );

파라미터

platform, from
[in] 입력 플랫폼입니다.
to
[in] 2번째 함수를 위한 출력 플랫폼입니다.
pDouble
[in, out] double을 가리킵니다. 필요한 경우 double 안의 8바이트들이 뒤집힐 것입니다.

설명

함수의 1번째 형태는 double 수를 platform으로 정의한 플랫폼에서 현재 플랫폼으로 변환합니다.
2번째 함수는 double 수를 from 파라미터에 의해 정의된 플랫폼에서 to 플랫폼으로 변환합니다.

요구사항

버전: 2.0 또는 이후
헤더: IV.hpp
라이브러리 가져오기: GSRootImp.lib
모듈: GSRoot

참고사항

IVDoubles