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