Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
DXFConvert
StringExtension
C# Class DXFConvert.StringExtension
Mostrar archivo
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