登录:     


Forum: VirtualDJ Plugins

Topic: in C language, "floor" means?

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

I see this term in Brake plugin code source, but I would like to know what it means.
 

发表时间 Tue 07 Mar 06 @ 11:58 am
floor() is a function from the library math.h
 

floor() rounds a floating point number down to the nearest integer.
 

it seems to calculate the biggest integer of the value

The code source of Brake plugin is very difficult to understand
o~o if someone can "translate" it by adding some comments, I will be interested ;-)
 



(陈旧帖子或论坛版块会自动关闭)