ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
DeadBand.hh
[詳解]
1
6//
7// Copyright (C) 2011-2017 Yuki YOKOKURA
8// This program is free software;
9// you can redistribute it and/or modify it under the terms of the FreeBSD License.
10// For details, see the License.txt file.
11
12#ifndef DEADBAND
13#define DEADBAND
14
15namespace ARCS { // ARCS名前空間
16 double DeadBand(double u, double Upper, double Lower);
17}
18
19#endif
20
double DeadBand(double u, double Upper, double Lower)
不感帯
Definition DeadBand.cc:20