ReactOS 0.4.16-dev-2104-gb84fa49
fpnum Struct Reference

#include <msvcrt.h>

Collaboration diagram for fpnum:

Public Attributes

int sign
 
int exp
 
ULONGLONG m
 
enum fpmod mod
 

Detailed Description

Definition at line 359 of file msvcrt.h.

Member Data Documentation

◆ exp

int fpnum::exp

Definition at line 361 of file msvcrt.h.

Referenced by fpnum(), fpnum_double(), and fpnum_ldouble().

◆ m

ULONGLONG fpnum::m

Definition at line 362 of file msvcrt.h.

Referenced by fpnum(), fpnum_double(), and fpnum_ldouble().

◆ mod

enum fpmod fpnum::mod

Definition at line 363 of file msvcrt.h.

Referenced by fpnum(), fpnum_double(), and fpnum_ldouble().

◆ sign

int fpnum::sign

Definition at line 360 of file msvcrt.h.

Referenced by fpnum(), fpnum_double(), and fpnum_ldouble().


The documentation for this struct was generated from the following files: