Click or drag to resize

Scalar  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: 24.1.418.0 (24.1.418.0)
Syntax
public static implicit operator Scalar (
	double value
)

Parameters

value
Type: SystemDouble
The value to convert.

Return Value

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