Format a float into an array.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function format( _ ByVal val As Single, _ ByVal array As Byte() _ ) As Integer |
| C# |
|---|
| public int format( float val, byte[] array ) |
| C++ |
|---|
| public: int format( float val, array<char>^ array ) sealed |
| J# |
|---|
| public int format( float val, byte[] array ) |
| JScript |
|---|
| public
function format( val : float, array : Byte[] ) : int |
Parameters
- val
- The float to be formatted.
- array
- The array in which to place the result.
Return Value
The number of characters used.