Converts fixed value to an integer, truncating it to the next lower integer value and returns it.
Syntax
public static int FixedTruncToInt(
int
)
public: static int FixedTruncToInt(
int
)
public:
static int FixedTruncToInt(
int
)
Parameters
- value
- Fixed value to be converted.
Return Value
Integer value.
See Also