convert


Description:

public bool convert (Format src_fmt, int64 src_val, Format dest_fmt, out int64 dest_val)

Convert src_val in src_fmt to the equivalent value in dest_fmt.

The result will be put in dest_val.

Parameters:

this

the RingBuffer

src_fmt

the source format

src_val

the source value

dest_fmt

the destination format

dest_val

a location to store the converted value

Returns:

TRUE if the conversion succeeded.