Constructor Float
Float(Int32)
Declaration
Parameters
| Type |
Name |
Description |
| System.Int32 |
value |
|
Float(Int64)
Declaration
Parameters
| Type |
Name |
Description |
| System.Int64 |
value |
|
Float(Single)
Declaration
public Float(float value)
Parameters
| Type |
Name |
Description |
| System.Single |
value |
|
Float(Double)
Declaration
public Float(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Float(Decimal)
Declaration
public Float(Decimal value)
Parameters
| Type |
Name |
Description |
| System.Decimal |
value |
|
Float(Half)
Declaration
Parameters
| Type |
Name |
Description |
| System.Half |
value |
|