Table of Contents

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

Area

Circumference

public Length Circumference { get; }

Property Value

Length

Diameter

public Length Diameter { get; }

Property Value

Length

Radius

public Length Radius { readonly get; init; }

Property Value

Length

Methods

OfDiameter(Length)

public static Circle OfDiameter(Length d)

Parameters

d Length

Returns

Circle

OfRadius(Length)

public static Circle OfRadius(Length r)

Parameters

r Length

Returns

Circle