Struct Circle
- Namespace
- H.Extensions.Unit
- Assembly
- H.Extensions.Unit.dll
public struct Circle
- Inherited Members
- Extension Methods
Constructors
Circle(Length)
public Circle(Length r)
Parameters
r
Length
Properties
Area
public Area Area { get; }
Property Value
Circumference
public Length Circumference { get; }
Property Value
Diameter
public Length Diameter { get; }
Property Value
Radius
public Length Radius { readonly get; init; }
Property Value
Methods
OfDiameter(Length)
public static Circle OfDiameter(Length d)
Parameters
d
Length
Returns
OfRadius(Length)
public static Circle OfRadius(Length r)
Parameters
r
Length