force

Used to force correct type of float literal, like 42.54f.force Without it, 42.54f will be store as dobule by the compiler

T
force
(
T
)
(
T t
)

Meta