EC3 Steel Connection Design Library
Vertical inner distance for a bolt row
Namespace:
SteelConnectionsEC3
Assembly:
SteelConnectionsEC3 (in SteelConnectionsEC3.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double py(
int row
)
Public Function py (
row As Integer
) As Double
public:
double py(
int row
)
member py :
row : int -> float
Parameters
- row
- Type: SystemInt32
The bolt row, starting from the top row(=1)
Return Value
Type:
DoubleThe vertical distance between the bolts
Remarks Calculates the sum of the distances between the given row, its previous and its next rows
See Also