'Declaration Protected Friend Overridable Sub InitializeFromInstance( _ ByVal source As StatFunction _ )
'Usage Dim instance As StatFunction Dim source As StatFunction instance.InitializeFromInstance(source)
protected internal virtual void InitializeFromInstance( StatFunction source )
Parameters
- source
- A reference to the StatFunction whose property values will be copied to the current instance of the same-type statistical function.