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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1