Generic b tree root node for use with b_node
type b
Vector2( type ) representing the end of the line segment.
b as fbext_Vector2( ( T_) )
Generic b tree node for implementing a b tree.
type b_node
Gets a pointer to the element at the back of the array.
declare function Back ( ) as fbext_TypeName( T_) ptr
Returns a pointer to the last element in the queue.
declare function Back ( ) as fbext_TypeName(T_) ptr
Gets a reference to the last element in the list.
declare function Back ( ) as fbext_TypeName( T_) ptr
Gets an iterator to the element at the front of the array.
declare function Begin ( ) as typeof(Iterator)
Gets an iterator to the first element in the list.
declare function Begin ( ) as typeof(Iterator)
const berstein as double = 0.2801694990238691330364
Bin2Hex returns a string of hexadecimal characters, two for each character in the string text, representing their ASCII code value.
declare function Bin2Hex ( byref text as const string ) as string
type fbext_TypeID( (BinaryPredicate) T_ ) as function ( byref a as fbext_TypeName(T_), byref b as fbext_TypeName(T_) ) as ext.bool
type fbext_TypeID( (BinaryTransformation) T_ ) as function ( byref a as fbext_TypeName(T_), byref b as fbext_TypeName(T_) ) as fbext_TypeName(T_)
Attaches a value to anonymous parameters in the Query string.
declare function bind overload ( byval coli as integer, byval value as integer ) as StatusCode
Blurs an image buffer.
declare sub Blur( byref dst as FB. IMAGE ptr, byref src as const FB. IMAGE ptr, byref blur_level as integer )
Provided for users wanting to write bmp manipulation routines
type bmp_header field = 1
Returns the bits per pixel of the image.
declare function bpp( ) as ext.SizeType