C# Class DXFConvert.StringExtension

Exibir arquivo Open project: TimChen44/Unity3D-DXF-Viewer

Public Methods

Method Description
ToDouble ( this value ) : double
ToFloat ( this value ) : float
ToInt ( this value ) : int

Method Details

ToDouble() public static method

public static ToDouble ( this value ) : double
value this
return double

ToFloat() public static method

public static ToFloat ( this value ) : float
value this
return float

ToInt() public static method

public static ToInt ( this value ) : int
value this
return int