MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ToInt

Method ToInt

extern/ttmath/ttmathint.h:1131–1134  ·  view source on GitHub ↗

! this method returns the lowest value from table with a sign we must be sure when we using this method whether the value will hold in an sint type or not (the rest value from table must be zero or -1) */

Source from the content-addressed store, hash-verified

1129 will hold in an sint type or not (the rest value from table must be zero or -1)
1130 */
1131 sint ToInt() const
1132 {
1133 return sint( UInt<value_size>::table[0] );
1134 }
1135
1136
1137 /*!

Callers 2

GammaPlusLowIntegerFunction · 0.45
toIntegerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected