Apr 1, 2001 #1 junar Programmer Joined Mar 27, 2001 Messages 2 Location IN hellow we can represent int as System.Int32 how did we represent long or double in the same manner regards john
hellow we can represent int as System.Int32 how did we represent long or double in the same manner regards john
Apr 2, 2001 #2 crausch Programmer Joined Apr 2, 2001 Messages 1 Location US John, You would represent a "long" as System.Int64 and System.Double for a double. Upvote 0 Downvote