Search Results for

    Show / Hide Table of Contents

    Class AfuMathFastRMSOutput

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    AfuMathFastRMSOutput
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class AfuMathFastRMSOutput : TransientObject, IMessageSink, IDisposable

    Constructors

    AfuMathFastRMSOutput(nint)

    Declaration
    protected AfuMathFastRMSOutput(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetPsdfitFittedData(out double[], out double[], out double[], out double)

    Declaration
    public double GetPsdfitFittedData(out double[] psdfitFittedX, out double[] psdfitFittedY, out double[] abcd, out double psdfitFreqValue1)
    Parameters
    Type Name Description
    double[] psdfitFittedX
    double[] psdfitFittedY
    double[] abcd
    double psdfitFreqValue1
    Returns
    Type Description
    double

    GetPsdfitOriginalData(out double[])

    Declaration
    public double[] GetPsdfitOriginalData(out double[] psdfitOriginalX)
    Parameters
    Type Name Description
    double[] psdfitOriginalX
    Returns
    Type Description
    double[]

    GetRmsError()

    Declaration
    public double GetRmsError()
    Returns
    Type Description
    double

    SetPsdfitFittedData(double[], double[], double[], double, double)

    Declaration
    public void SetPsdfitFittedData(double[] psdfitFittedX, double[] psdfitFittedY, double[] abcd, double psdfitFreqValue1, double psdfitFreqValue2)
    Parameters
    Type Name Description
    double[] psdfitFittedX
    double[] psdfitFittedY
    double[] abcd
    double psdfitFreqValue1
    double psdfitFreqValue2

    SetPsdfitOriginalData(double[], double[])

    Declaration
    public void SetPsdfitOriginalData(double[] psdfitOriginalX, double[] psdfitOriginalY)
    Parameters
    Type Name Description
    double[] psdfitOriginalX
    double[] psdfitOriginalY

    SetRmsError(double)

    Declaration
    public void SetRmsError(double rmsError)
    Parameters
    Type Name Description
    double rmsError

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX