MCPcopy Create free account
hub / github.com/NativeScript/NativeScript / round

Function round

packages/core/utils/layout-helper/index.ios.ts:51–53  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

49 }
50
51 export function round(value: number) {
52 return layoutCommon.round(value);
53 }
54
55 export function measureNativeView(nativeView: any /* UIView */, width: number, widthMode: number, height: number, heightMode: number): { width: number; height: number } {
56 const view = <UIView>nativeView;

Callers 5

measureNativeViewFunction · 0.70
leftFunction · 0.50
topFunction · 0.50
heightFunction · 0.50
widthFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected