Create a scalar calculation that is the standard deviation of an input scalar computed with respect to time using one of the specified numerical methods and using one of the specified accumulation types.
[Visual Basic .NET] |
---|
Public Function CreateCalcScalarStandardDeviation( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnCalcScalar |
[C#] |
---|
public IAgCrdnCalcScalar CreateCalcScalarStandardDeviation( string Name, string Description ); |
[Managed C++] |
---|
public: IAgCrdnCalcScalar^ CreateCalcScalarStandardDeviation( String __gc ^ Name, String __gc ^ Description ); |
[Unmanaged C++] |
---|
public: HRESULT CreateCalcScalarStandardDeviation( BSTR Name, BSTR Description, IAgCrdnCalcScalar ** ppRetVal ); |
[Java] |
---|
public IAgCrdnCalcScalar createCalcScalarStandardDeviation( String Name, String Description ); |
[Python - STK API ] |
---|
def CreateCalcScalarStandardDeviation(self, Name:str, Description:str) -> "IAgCrdnCalcScalar": |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.