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

11
LINES

< > BotCompany Repo | #1038296 // notZero - synonym of isNonZero

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (59L) is out of date.

sbool notZero(Double d) {
  ret isNonZero(d);
}

sbool notZero(Long l) {
 ret isNonZero(l);
}

sbool notZero(Int l) {
 ret isNonZero(l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): gjtlkbvenryc, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1038296
Snippet name: notZero - synonym of isNonZero
Eternal ID of this version: #1038296/3
Text MD5: d177ad749ca30e837ec19d42a173112c
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2024-05-22 20:57:06
Source code size: 148 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 52 / 77
Version history: 2 change(s)
Referenced in: [show references]