Click or drag to resize

ScalarImplicit Conversion (Double to Scalar)

Converts a constant double value to a Scalar.

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

Parameters

value
Type: System.Double
The value to convert.

Return Value

Type: Scalar
A new Scalar representing the constant scalar value.
See Also