Results 1 to 4 of 4
Thread: VB Net FIX equivalent?
- 04-06-2009, 04:41 PM #1
Member
- Join Date
- Apr 2009
- Posts
- 10
- Rep Power
- 0
- 04-06-2009, 05:03 PM #2
a quick and dirty way to do it would be to do a casting of int:
Luck,Java Code:double x = 72.3; double y = 0.34; double z = -5.5; int intX = (int)x; int intY = (int)y; int intZ = (int)z;
CJSLChris S.
Difficult? This is Mission Impossible, not Mission Difficult. Difficult should be easy.
- 04-06-2009, 05:13 PM #3
Member
- Join Date
- Apr 2009
- Posts
- 10
- Rep Power
- 0
Thanks Chris - simple when you know how!
- 04-06-2009, 05:31 PM #4
Similar Threads
-
M$ (.NET) Form Load() event equivalent in SWT
By erosszz_jp@yahoo.co.jp in forum SWT / JFaceReplies: 0Last Post: 02-16-2009, 03:35 AM -
[SOLVED] Java equivalent to X11 Work Procedure
By LongHitter in forum New To JavaReplies: 0Last Post: 01-12-2009, 11:36 AM -
Filter a file in java (unix cut command equivalent)
By marcosabel in forum New To JavaReplies: 0Last Post: 02-11-2008, 07:26 PM -
Need the equivalent of codePointAt, but for version 1.4.2
By heb in forum Advanced JavaReplies: 1Last Post: 11-21-2007, 12:18 PM -
Php explode function, equivalent java
By fernando in forum Advanced JavaReplies: 1Last Post: 07-31-2007, 05:44 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks