Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ round
Function
round
src/image.cc:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
#ifdef _MSC_VER
22
#if _MSC_VER <= 1700
23
int round(double x)
24
{
25
return (x > 0.0) ? std::floor(x + 0.5) : std::floor(x - 0.5);
26
}
27
#endif
28
#endif
29
Callers
15
NAN_METHOD
Function · 0.85
distance
Method · 0.85
getBlackPointOnSegment
Method · 0.85
computeDimension
Method · 0.85
getMatrixCornerPoints
Method · 0.85
getBullEyeCornerPoints
Method · 0.85
getMatrixCenter
Method · 0.85
sampleLine
Method · 0.85
getColor
Method · 0.85
findWideBarTopBottom
Method · 0.85
findCrossingPoint
Method · 0.85
computeDimension
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected