Qurak

If

ใช้งานได้

Conditional operation.

If[condition, t, f]
If[condition, t, f, u]
If[True, 1] → 1If[False, 1] → NullIf[True, 1, 0] → 1If[False, 1, 0] → 0If["x", 1, 0, 2] → 2If[True, 1, 0, 2, 3] → If::argb: If called with 5 arguments; between 2 and 4 arguments are expected. .* (regex*) If[True, 1, 0, 2, 3]

ใช้ใน

หัวข้อ

ที่เกี่ยวข้อง

ฟังก์ชันทั้งหมด 6300 รายการ · ใช้สิ่งนี้จากไคลเอนต์ MCP