Click or drag to resize

Area Constructor

Creates a new instance of Area.
Overload List
 NameDescription
Public methodArea(Double) Creates a new instance of Area with a particular value.
Public methodArea(Double, Type) Creates a new instance of Area with a particular value and Unit whose Type is specified
Public methodCode exampleArea(Length, Length) Creates a new Area whose value is the multiple of two Length values.
Public methodCode exampleArea(Double, Unit, MetricExponent) Creates a new instance of Area with a particular value and Unit assuming that value is already raised or lowered to the power of exponent.
Top
See Also