Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7111917A21 for ; Tue, 14 Oct 2014 15:52:26 +0000 (UTC) Received: (qmail 52676 invoked by uid 500); 14 Oct 2014 15:52:26 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 52627 invoked by uid 500); 14 Oct 2014 15:52:26 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 52608 invoked by uid 99); 14 Oct 2014 15:52:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2014 15:52:25 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sathikeshjith@gmail.com designates 209.85.213.178 as permitted sender) Received: from [209.85.213.178] (HELO mail-ig0-f178.google.com) (209.85.213.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2014 15:52:21 +0000 Received: by mail-ig0-f178.google.com with SMTP id h3so15169300igd.5 for ; Tue, 14 Oct 2014 08:52:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=WK9ihYa30KIOIEtCrkz0ILpSLwvoHDxcnGkcq0EYEuY=; b=nDb307aRkAp5rsoOYPx7Hbm2JaL4Gr+GBKuBygPvGgJEii3Um3MnDYLw1eoRT9+qwr QVe6JGngsn29qhVE2kwRIGkruJw/HIBCrFQ2jCxs54mK/iTiSjmpv1v+OlNm3F+XqJPT +DyAVMIgNhBamqj25TnDlyadT7SEK/ePZ7sRsP12yD9X3yaU+IKKwaTDGDCeuqbSGHZT adt0x7dC6ABjLBqSQD4MsSun12/DW2dOZk6aKnHygkfcB9Em3CXJDAj131v9Qa1bl3fi xLyPL8gK0QsmKmtL1bA0mn+6RIJS7ZD1PN17o4YkHrl1ecvYF+iUkQ5EQQicTN02+Dyl 3ayg== X-Received: by 10.50.66.144 with SMTP id f16mr7679215igt.3.1413301920872; Tue, 14 Oct 2014 08:52:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.50.200 with HTTP; Tue, 14 Oct 2014 08:51:40 -0700 (PDT) In-Reply-To: References: <543D3DE0.8070807@leeburrows.com> From: Saju Thankathurai Date: Tue, 14 Oct 2014 21:21:40 +0530 Message-ID: Subject: Re: Decimal to Hex conversion. To: "users@flex.apache.org" Content-Type: multipart/alternative; boundary=047d7bdc9daef442c1050563feb0 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc9daef442c1050563feb0 Content-Type: text/plain; charset=UTF-8 But Number("-214748364").toString(16).toUpperCase(); returned me only -CCCCCCC. How can we get the value FFFF FFFF F333 3334? -- Regards Saju Thankathurai, On Tue, Oct 14, 2014 at 9:08 PM, Kessler CTR Mark J < mark.kessler.ctr@usmc.mil> wrote: > Oh didn't notice the negative sign. > Yes that changes it to the other way. > > -214,748,364 = FFFF FFFF F333 3334 > > -Mark > --047d7bdc9daef442c1050563feb0--