Class AfuMathFastRMSInfo
Inheritance
System.Object
System.MarshalByRefObject
AfuMathFastRMSInfo
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class AfuMathFastRMSInfo : TransientObject, IMessageSink, IDisposable
Constructors
AfuMathFastRMSInfo(IntPtr)
Declaration
protected AfuMathFastRMSInfo(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetData(out Int32, out Int32, out Int32, out Int32, out Double, out Int32, out Double)
Declaration
public int GetData(out int numberOfPoints, out int order, out int relativeOrder, out int useHighpassFilter, out double cutoffFraction, out int addSidelobes, out double slope)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfPoints | |
System.Int32 | order | |
System.Int32 | relativeOrder | |
System.Int32 | useHighpassFilter | |
System.Double | cutoffFraction | |
System.Int32 | addSidelobes | |
System.Double | slope |
Returns
Type | Description |
---|---|
System.Int32 |
SetData(Int32, Int32, Int32, Int32, Double, Int32, Double, Int32)
Declaration
public void SetData(int numberOfPoints, int order, int relativeOrder, int useHighpassFilter, double cutoffFraction, int addSidelobes, double slope, int interpolationMethod)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfPoints | |
System.Int32 | order | |
System.Int32 | relativeOrder | |
System.Int32 | useHighpassFilter | |
System.Double | cutoffFraction | |
System.Int32 | addSidelobes | |
System.Double | slope | |
System.Int32 | interpolationMethod |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable