Definition at line 1619 of file ByteCodeHelper.cs.
◆ ToFloat()
| static float IKVM.Runtime.FloatConverter.ToFloat |
( |
int | value, |
|
|
ref FloatConverter | converter ) |
|
static |
Definition at line 1634 of file ByteCodeHelper.cs.
1635 {
1636 converter.i = value;
1637 return converter.f;
1638 }
◆ ToInt()
| static int IKVM.Runtime.FloatConverter.ToInt |
( |
float | value, |
|
|
ref FloatConverter | converter ) |
|
static |
Definition at line 1628 of file ByteCodeHelper.cs.
1629 {
1630 converter.f = value;
1631 return converter.i;
1632 }
| float IKVM.Runtime.FloatConverter.f |
| int IKVM.Runtime.FloatConverter.i |
The documentation for this struct was generated from the following file: