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
Properties
Area
public Area Area { get; }
Property Value
EndCap
public Circle EndCap { get; }
Property Value
Height
public Length Height { readonly get; set; }
Property Value
Radius
public Length Radius { readonly get; set; }
Property Value
Volume
public Volume Volume { get; }