Table of Contents

Class StartEndType

Namespace
FemDesign
Assembly
FemDesign.Core.dll
public class StartEndType
Inheritance
StartEndType
Inherited Members
Extension Methods

Constructors

StartEndType(double, double)

public StartEndType(double start, double end)

Parameters

start double
end double

Properties

End

public double End { get; set; }

Property Value

double

Start

public double Start { get; set; }

Property Value

double