Struct Sphere
- Namespace
- H.Extensions.Unit
- Assembly
- H.Extensions.Unit.dll
public struct Sphere
- Inherited Members
- Extension Methods
Constructors
Sphere(Length)
public Sphere(Length radius)
Parameters
radius
Length
Properties
Area
public Area Area { get; }
Property Value
Radius
public Length Radius { readonly get; set; }
Property Value
Volume
public Volume Volume { get; }