ixfx
    Preparing search index...
    • Returns the area of rect

      const rect = { width: 100, height: 100, x: 100, y: 100 };
      Rects.area(rect);

      Parameters

      Returns number