Click or drag to resize

ScalarDependentOnServiceProvider  Conversion (Scalar to ScalarDependentOnServiceProvider)

Converts a Scalar to a ScalarDependentOnServiceProvider. The service provider parameter will be ignored when calculating the value.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static implicit operator ScalarDependentOnServiceProvider (
	Scalar value
)

Parameters

value
Type: AGI.Foundation.GeometryScalar
The value to convert.

Return Value

Type: ScalarDependentOnServiceProvider
A new ScalarDependentOnServiceProvider which will delegate to the given Scalar value, ignoring the service provider parameter, or if value is .
See Also