Thread Rating:
  • 254 Vote(s) - 2.57 Average
  • 1
  • 2
  • 3
  • 4
  • 5
double型から文字列への変換
12-06-2017, 04:37 PM,
#3
RE: double型から文字列への変換
返信が遅くなってしまいました!

精度を指定して取り込む必要があったんですね。。。

ありがとうございました!


(11-21-2017, 09:25 AM)heavybugtracker Wrote: 解決されたのかもしれませんが、double 型からStringへの変換は文字列にそのdouble型変数を加えるだけでいいではないでしょうか。

但し、文字列にすると、何桁目まで取り込むか、精度を指定する必要があるかと思います。
例:

{let d1:double = 135325/17}
{let d2:double = 325/17}

{spaced-hbox
{spaced-vbox
{bold let d1:double = 135325/17},
{value d1},
{value {format "%.14f", d1}},

{value {format "%.15f", d1}},

{value {format "%.16f", d1}},

{value {format "%.20f", d1}}
},
{Fill width=1px, background="red"},
{spaced-vbox
{bold let d2:double = 325/17},
{value d2},
{value {format "%.14f", d2}},

{value {format "%.15f", d2}},

{value {format "%.16f", d2}},

{value {format "%.20f", d2}}
}
}



Messages In This Thread
double型から文字列への変換 - by rom - 08-29-2017, 11:07 AM
RE: double型から文字列への変換 - by rom - 12-06-2017, 04:37 PM
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('1456')