 | CDBIFormatChan Method (Int32, Double, String, Int32) |
Format a real value based on a channel format.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IFormatChan(
int chan,
double val,
ref string str_val,
int size
)
public void IFormatChan(
int chan,
double val,
ref string str_val,
int size
)
Public Sub IFormatChan (
chan As Integer,
val As Double,
ByRef str_val As String,
size As Integer
)
Public Sub IFormatChan (
chan As Integer,
val As Double,
ByRef str_val As String,
size As Integer
)
public:
void IFormatChan(
int chan,
double val,
String^% str_val,
int size
)
public:
void IFormatChan(
int chan,
double val,
String^% str_val,
int size
)
member IFormatChan :
chan : int *
val : float *
str_val : string byref *
size : int -> unit
member IFormatChan :
chan : int *
val : float *
str_val : string byref *
size : int -> unit
Parameters
- chan
- Type: SystemInt32
Channel handle - val
- Type: SystemDouble
Value to format - str_val
- Type: SystemString
String - size
- Type: SystemInt32
String length
Remarks
If the passed string is too short, the result will be
"**".
See Also