Click or drag to resize

SvgUnit  Conversion (SvgUnit to Single)

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

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

Parameters

value
Type: SvgSvgUnit
The value.

Return Value

Type: Single
The result of the conversion.
See Also