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
public PeaksmMethod.PeaksmMethodOptions PeakFormM { get; set; }
Property Value
- PeaksmMethod.PeaksmMethodOptions
public PeaksmMethod.PeaksmMethodOptions PeakFormN { get; set; }
Property Value
- PeaksmMethod.PeaksmMethodOptions
public PeaksmMethod.PeaksmMethodOptions PeakFormV { get; set; }
Property Value
- PeaksmMethod.PeaksmMethodOptions
public int _peakFormM { get; set; }
Property Value
- int
public int _peakFormN { get; set; }
Property Value
- int
public int _peakFormV { get; set; }
Property Value
- int
Methods
Default()
public static PeaksmMethod Default()
Returns
- PeaksmMethod