C# Class SharpFE.SolidRectangle

A cross section formed of a solid (that is, it has no internal voids) rectangle, or square.
Inheritance: ICrossSection
Exibir arquivo Open project: iainsproat/SharpFE Class Usage Examples

Public Methods

Method Description
SolidRectangle ( double height, double width ) : System

Method Details

SolidRectangle() public method

public SolidRectangle ( double height, double width ) : System
height double
width double
return System