GeArea Class |
Namespace: FDF.Common.Geometries
The GeArea type exposes the following members.
Name | Description | |
---|---|---|
![]() | GeArea() | Initializes a new instance of the GeArea class |
![]() | GeArea(Double) | Initializes a new instance of the GeArea class |
![]() | GeArea(GeArea) | Initializes a new instance of the GeArea class |
![]() | GeArea(Double, UomAreaUnit) | Initializes a new instance of the GeArea class |
Name | Description | |
---|---|---|
![]() | IsEmpty |
Returns True if object instance is considered empty,
otherwise returns False.
(Overrides UomMeasure<T>.IsEmpty.) |
![]() | Unit | (Overrides UomMeasure<T>.Unit.) |
Name | Description | |
---|---|---|
![]() | ConvertTo | |
![]() ![]() | Empty |
Returns empty (null) area.
|
![]() ![]() | GetFormat | |
![]() ![]() | GetPrecisionFormat | |
![]() ![]() | GetUnitFormat | |
![]() ![]() | Infinite |
Returns (positively) infinite area.
|
![]() | ToString() | (Overrides Object.ToString().) |
![]() | ToString(Int32) | |
![]() | ToString(UomUnit) | |
![]() ![]() | TryParse(String, GeArea) |
Converts a string representation of a number to default area unit.
Return value indicates whether the conversion succeeded or failed.
|
![]() ![]() | TryParse(String, UomAreaUnit, GeArea) |
Converts a string representation of a number to given area unit.
A return value indicates whether the conversion succeeded or failed.
|
Name | Description | |
---|---|---|
![]() ![]() | Explicit(Double to GeArea) |