C# Class DXFConvert.StringExtension

Afficher le fichier Open project: TimChen44/Unity3D-DXF-Viewer

Méthodes publiques

Méthode Description
ToDouble ( this value ) : double
ToFloat ( this value ) : float
ToInt ( this value ) : int

Method Details

ToDouble() public static méthode

public static ToDouble ( this value ) : double
value this
Résultat double

ToFloat() public static méthode

public static ToFloat ( this value ) : float
value this
Résultat float

ToInt() public static méthode

public static ToInt ( this value ) : int
value this
Résultat int