Click or drag to resize

SvgUnit  Conversion (Single to SvgUnit)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Performs an implicit conversion from Single to SvgUnit.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static implicit operator SvgUnit (
	float value
)
Request Example View Source

Parameters

value
Type: SystemSingle
The value.

Return Value

Type: SvgUnit
The result of the conversion.
See Also