Table of Contents

Struct Cylinder

Namespace
H.Extensions.Unit
Assembly
H.Extensions.Unit.dll
public struct Cylinder
Inherited Members
Extension Methods

Constructors

Cylinder(Length, Length)

public Cylinder(Length r, Length h)

Parameters

r Length
h Length

Properties

Area

public Area Area { get; }

Property Value

Area

EndCap

public Circle EndCap { get; }

Property Value

Circle

Height

public Length Height { readonly get; set; }

Property Value

Length

Radius

public Length Radius { readonly get; set; }

Property Value

Length

Volume

public Volume Volume { get; }

Property Value

Volume