Table of Contents

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

Area

Radius

public Length Radius { readonly get; set; }

Property Value

Length

Volume

public Volume Volume { get; }

Property Value

Volume