コード例 #1
0
 public ReactiveElement(ReactiveElement element)
     : base(element)
 {
     complexName      = getFormattedType() + index;
     exponentialValue = string.Format("s*{0:#.#####e+0}", Convert.ToDouble(value));
 }
コード例 #2
0
ファイル: Element.cs プロジェクト: nice-try-bro/toleralize
 public ReactiveElement(ReactiveElement element)
     : base(element)
 {
     complexName = getFormattedType() + index;
     exponentialValue = string.Format("s*{0:#.#####e+0}", Convert.ToDouble(value));
 }