C# Class GeometryClassLibrary.Cube

Inheritance: RectangularPrism
ファイルを表示 Open project: ParagonTruss/GeometryClassLibrary

Public Methods

Method Description
Cube ( Distance passedSize ) : UnitClassLibrary.DistanceUnit

Creates a new cube with with the given length of one of the sides

Private Methods

Method Description
Cube ( ) : UnitClassLibrary.DistanceUnit

Private null constructor for the use of data frameworks like Entity Framework and Json.NET

Method Details

Cube() public method

Creates a new cube with with the given length of one of the sides
public Cube ( Distance passedSize ) : UnitClassLibrary.DistanceUnit
passedSize UnitClassLibrary.DistanceUnit.Distance
return UnitClassLibrary.DistanceUnit