Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1019980 // oshi_displaySizeInCM() - if available

JavaX fragment (include)

import oshi.util.EdidUtil;

static Pt oshi_displaySizeInCM() {
  byte[] edid = oshi_edid();
  ret edid == null ? null : pt(EdidUtil.getHcm(edid), EdidUtil.getVcm(edid));
}

Author comment

Began life as a copy of #1019979

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019980
Snippet name: oshi_displaySizeInCM() - if available
Eternal ID of this version: #1019980/1
Text MD5: f35b3003b7854c6db33420af9d996a15
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-03 00:37:37
Source code size: 176 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 200 / 230
Referenced in: [show references]