'Declaration Protected Friend Overrides Sub InitializeFromInstance( _ ByVal source As StatFunction _ )
'Usage Dim instance As ModeFunction Dim source As StatFunction instance.InitializeFromInstance(source)
protected internal override 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.