protected abstract Load CreateFebLoad(
VectReal values,
double position
)
Protected MustOverride Function CreateFebLoad (
values As VectReal,
position As Double
) As Load
protected:
virtual Load^ CreateFebLoad(
VectReal^ values,
double position
) abstract
abstract CreateFebLoad :
values : VectReal *
position : float -> Load
[Missing <returns> documentation for "M:Karamba.Loads.Beam.DistributedLoad.CreateFebLoad(feb.VectReal,System.Double)"]