Public Sub AddDerivativeOutputValue( _ ByVal Index As Integer, _ ByVal Val As Double _ )
public void AddDerivativeOutputValue( int Index, double Val );
public: void AddDerivativeOutputValue( int Index, double Val );
public: HRESULT AddDerivativeOutputValue( int Index, double Val );
public void addDerivativeOutputValue( Integer Index, double Val );
def AddDerivativeOutputValue(self, Index:int, Val:float) -> None:
IAgAsEOMFuncPluginStateVector Interface