Gets the semi-lune area of the arc.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
| C# |
|---|
public double Area { get; set; } |
| Visual C++ |
|---|
public: property double Area { double get (); void set (double value); } |
| F# |
|---|
member Area : float with get, set |