RectangleArea
Computes the area of a rectangle.
Syntax
C++
Python
def RectangleArea( inRectangle: Rectangle2D, / ) -> outArea: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | Rectangle2D | ||
![]() |
outArea | float |
Computes the area of a rectangle.
def RectangleArea( inRectangle: Rectangle2D, / ) -> outArea: float
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | Rectangle2D | ||
![]() |
outArea | float |