PropagatorPoint Constructor (Object) |
Initializes a new instance.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected PropagatorPoint(
Object propagator
)
Protected Sub New (
propagator As Object
)
protected:
PropagatorPoint(
Object^ propagator
)
new :
propagator : Object -> PropagatorPoint
Parameters
- propagator
- Type: SystemObject
The propagator associated with this point.
See Also