Table of Contents

Class PeaksmMethod

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll
public class PeaksmMethod : GlobConfig
Inheritance
PeaksmMethod
Inherited Members
Extension Methods

Constructors

PeaksmMethod(PeaksmMethodOptions, PeaksmMethodOptions, PeaksmMethodOptions)

public PeaksmMethod(PeaksmMethod.PeaksmMethodOptions peakFormM = PeaksmMethodOptions.HigherOrderShapeFunc, PeaksmMethod.PeaksmMethodOptions peakFormN = PeaksmMethodOptions.HigherOrderShapeFunc, PeaksmMethod.PeaksmMethodOptions peakFormV = PeaksmMethodOptions.HigherOrderShapeFunc)

Parameters

peakFormM PeaksmMethod.PeaksmMethodOptions
peakFormN PeaksmMethod.PeaksmMethodOptions
peakFormV PeaksmMethod.PeaksmMethodOptions

PeaksmMethod(int, int, int)

public PeaksmMethod(int peakFormM = 1, int peakFormN = 1, int peakFormV = 1)

Parameters

peakFormM int
peakFormN int
peakFormV int

Properties

PeakFormM

public PeaksmMethod.PeaksmMethodOptions PeakFormM { get; set; }

Property Value

PeaksmMethod.PeaksmMethodOptions

PeakFormN

public PeaksmMethod.PeaksmMethodOptions PeakFormN { get; set; }

Property Value

PeaksmMethod.PeaksmMethodOptions

PeakFormV

public PeaksmMethod.PeaksmMethodOptions PeakFormV { get; set; }

Property Value

PeaksmMethod.PeaksmMethodOptions

_peakFormM

public int _peakFormM { get; set; }

Property Value

int

_peakFormN

public int _peakFormN { get; set; }

Property Value

int

_peakFormV

public int _peakFormV { get; set; }

Property Value

int

Methods

Default()

public static PeaksmMethod Default()

Returns

PeaksmMethod