AGI STK VGT 11Send comments on this topic.
CreateRelativeTolerance Method (IAgCrdnSamplingMethodFactory)
See Also
RelativeTolerance
Windows






Windows & Linux

Description

Create a relative tolerance sampling definition. Relative tolerance uses a combination of relative and absolute changes in scalar values between samples.

Syntax

[Visual Basic .NET]
Public Function CreateRelativeTolerance( _
    ByVal RelativeTolerance As Double _
) As 
[C#]
public IAgCrdnSamplingMethod CreateRelativeTolerance(
    double RelativeTolerance
);
[Managed C++]
public: IAgCrdnSamplingMethod^ CreateRelativeTolerance(
    double RelativeTolerance
);
[Java]
public IAgCrdnSamplingMethod createRelativeTolerance(
    double RelativeTolerance
);
[Unmanaged C++]
public: HRESULT CreateRelativeTolerance(
    double RelativeTolerance,
    IAgCrdnSamplingMethod ** ppRetVal
);

Parameters

RelativeTolerance

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.