Click or drag to resize

ScalarDependentOnServiceProvider  Conversion (Double to ScalarDependentOnServiceProvider)

Converts a constant double value 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 (
	double value
)

Parameters

value
Type: SystemDouble
The value to convert.

Return Value

Type: ScalarDependentOnServiceProvider
A new ScalarDependentOnServiceProvider representing the constant double value.
See Also