Click or drag to resize

ScalarFixedAtJulianDate Constructor (Scalar, ValueDefinitionJulianDate)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarFixedAtJulianDate(
	Scalar fixedScalar,
	ValueDefinition<JulianDate> fixedAt
)

Parameters

fixedScalar
Type: AGI.Foundation.GeometryScalar
The scalar that will be evaluated at fixedAt date.
fixedAt
Type: AGI.Foundation.InfrastructureValueDefinitionJulianDate
The date at which the fixedScalar is fixed.
See Also