Click or drag to resize

ScalarDependentOnServiceProviderApplyServiceProvider Method

Gets a Scalar that can be used to find the value of this scalar function at a given JulianDate.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Scalar ApplyServiceProvider(
	IServiceProvider serviceProvider
)

Parameters

serviceProvider
Type: SystemIServiceProvider
The service provider to use when calculating the value. The specific service or services that this service provider must provide can vary depending on the derived class implementation.

Return Value

Type: Scalar
A scalar that will use the provided service provider.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when serviceProvider is .
See Also