平方フィート計算器
部屋の面積を平方フィートと平方メートルで計算し、床費用を加算してみる。
結果はタイプすると更新されます。
この計算機の情報
square footage calculator is a tool that can help you calculate the floor area of a room or space. It can be used to calculate the floor area of a room or space. The area is simply length × width; an L-shaped room is split into two rectangles whose areas are added; a circular space uses π × radius² (the radius is half the diameter). The result is given in both square feet and square metres (1 sq ft = 0.092903 sq m), and an optional price per square foot estimates the material cost. The flooring estimate is 144 × 3 = $432 before waste. At $3 per square foot the flooring estimate is 144 × 3 = $432 before waste. The flooring estimate is used to calculate the floor area of a room or space.Worked example: a 12 × 10 ft room is 120 sq ft, or 120 × 0.092903 ≈ 11.15 sq m. Add an L-shaped alcove of 6 × 4 ft (24 sq ft)Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance when ordering — 5–10%Always add a waste allowance
よくある質問
L形の部屋の面積をどうやって測る?
部屋を二つの長方形に分割し、それぞれの長さと幅を計算し、それらを加算します。この計算機は L 形状オプションを選択し、高度なオプションで二番目の長方形を入力すると、それを行います。
平方メートルは何平方フィートですか。
1平方メートルは約10.764平方フィート、1平方フィートは0.092903平方メートルで、両方の単位を表示し、どちらの方法でも床材を注文できる。
廃棄物のために追加するべきですか。
簡単な長方形の部屋は約5%、対角線や魚骨、パターンが多い部屋は10-15%、カットアウトが多い部屋は少し多く加算してください。
平方フィートで部屋を測るには?
テープメジャーやレーザーメジャーで最長点の長さと幅を同じ単位で測定し、乗算します。単純な長方形でない部屋の場合、長方形に分割して、それぞれを測定し、加算します。L 形状オプションで行うことと同じです。
円形または円形空間の面積をどうやって見つけますか?
円のオプションを選択し、直径 (横幅) を入力します。計算機は π × (直径 ÷ 2) 2 を使用します。10 フィートの円は 3.14159 × 5 2 ≈ 78.5 平方フィートです。
平方フィートあたりどれくらいの床材を買うべきですか。
測定した面積に余剰を加えて購入してください。直線的な長方形レイアウトでは5%、ほとんどの部屋では10%、対角線、魚骨、またはパターンが多い場合は15%以上です。平方フィート当たりの価格を入力して、基礎面積の材料費を見て、注文時に余剰を加えてください。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 省略したものは、このページに既に入力されているデフォルトと同じ値を使用します。未知のパラメータは 400 で、サイレンスゼロはありません。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/square-footage/
curl
curl "https://calculator.free/api/v1/square-footage/?shape=rectangle&length=12&width=10"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/square-footage/?" + new URLSearchParams({
"shape": "rectangle",
"length": "12",
"width": "10"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。