腰高比
腰から身長の比率を計算する 簡単な肥満スクリーン
結果はタイプすると更新されます。
この計算機の情報
is a simple calculator that can be used to determine the weight of a person. It is a simple calculator that can be used to determine the weight of a person. It is a simple calculator that can be used to determine the weight of a person. It is a simple calculator that can be used to determine the weight of a person. It is a simple calculator that can be used to determine the weight of a person. It is a simple calculator that can be used to determine the weight of a person. It is a simple calculator that can be used to determine the weight of a person. It is a simple
よくある質問
健康な腰高比は?
0.5以下は広く使われている健康的なカットオフである - 腰は身長の半分以下であるべきである - 0.5-0.6の比はリスクが増加し、0.6以上は高いリスクを示唆する。
WHtRはBMIとどのように比較されるか。
WHtRは,より危険な中央脂肪を直接測定し,年齢と性別に関わらず同じ0.5しきい値を適用する。
身長に対して腰囲はどれくらいでいいのですか。
腰の高さを身長の半分以下に保つ。175cmの場合、腰の高さは約87.5cm以下になります。このツールは、入力した身長に対して健康的な最大値を表示します。
腰高比は全ての年齢に適用できるのか。
0.5のしきい値は年齢や性別に関係なく大人に適用される。
腰の測り方は?
テープを水平にして、正常な呼吸をした後、最下部の肋骨と股関節の頂点(おおよそ腹部)の中間点で測定する。腰と身長の単位を同じにして、正しい比率を取る。
WHtRか腰・股関節比が良いか。
WHtRは周囲と身長の1つの測定値を必要とし,0.5カットオフを1つ用いるが,WHRは腰と股関節を比較する。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/waist-to-height-ratio/
curl
curl "https://calculator.free/api/v1/waist-to-height-ratio/?units=metric&waist=85&height=175"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/waist-to-height-ratio/?" + new URLSearchParams({
"units": "metric",
"waist": "85",
"height": "175"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。