This documentation is for the old version. Go to the latest Graphics Mill docs

UnsignedRational.Implicit Operator

Converts this UnsignedRational class instance into Single value.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Shared Widening Operator CType ( _
	object As UnsignedRational _
) As Single
C#
public static implicit operator float (
	UnsignedRational object
)

Parameters

object

Type: Aurigma.GraphicsMill.UnsignedRational

UnsignedRational class instance which should be converted into Single.

Return Value

Single converted from this UnsignedRational class instance.

See Also

Reference