AGI STK VGT 11Send comments on this topic.
CreateRelativeTolerance Method (IAgCrdnSamplingMethodFactory)
See Also 
RelativeTolerance
A relative tolerance.
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 IAgCrdnSamplingMethod
[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 ** ReturnValue
);

Parameters

RelativeTolerance
A relative tolerance.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.