N | |
nCr, ext.math | |
newSQLite3Driver, ext. database | |
NextPow2, ext.math | |
node | |
node_type, node | |
node_type_e, ext.xml | |
noloadchar, ext. gfx.font | |
noloadfont, ext. gfx.font | |
noPP, ext.gfx | |
Normal | |
normalize | |
Normalize | |
fbextPP_ | NotEqual |
FBEXT_PP_ | NOTEQUAL |
nPr, ext.math | |
null, ext | |
numColumns, Statement | |
fbext_ | NumericTypes |
O | |
open, File | |
Operation, ext | |
Operator Cast | |
operator let | |
Operator Let | |
operator&=, XString | |
operator*=, XString | |
operator+=, XString | |
operator-=, XString | |
ext. | options |
OR_ |
Finds the number of combinations of a sub-set of elements of a set.
declare function nCr ( byval n as ulongint, byval r as ulongint ) as ulongint
Returns a pointer to a DatabaseDriver populated to allow access to a SQLite3 database.
declare function newSQLite3Driver() as DatabaseDriver ptr
Finds the next power of 2 after a number.
declare function NextPow2 overload ( byval ds as fbext_TypeName(NumericType_) ) as fbext_TypeName(NumericType_)
Access the type of the node.
declare function nodeType() as node_type_e
declare const function Normal ( ) as fbext_Vector3(( T_))
declare const function Normal ( ) as fbext_Vector2(( T_))
normalizes “this” vector
declare sub normalize()
normalizes “this” vector
declare sub normalize()
normalizes “this” vector
declare sub normalize()
declare sub Normalize ( )
declare sub Normalize ( )
expands to `1` if a and b do not compare equal, otherwise it expands to `0`.
# define fbextPP_NotEqual( a, b ) fbextPP_Not(fbextPP_Equal(a, b))
is deprecated, use fbextPP_NotEqual instead.
# define FBEXT_PP_NOTEQUAL( a, b ) fbextPP_NotEqual(a, b)
Finds the number of permutations of a sub-set of elements of a set.
declare function nPr ( byval n as ulongint, byval r as ulongint ) as ulongint
Constant definition of null
const null = cast( any ptr, )
Returns the number of columns in the result set.
declare function numColumns( ) as integer
A preprocessor sequence of numeric types.
# define fbext_NumericTypes( ) fbext_IntegralTypes() fbext_FloatTypes()
Used with the default constructor to open a file.
declare function open( byref filename as const string, byval acc as ACCESS_TYPE = R ) as ext.bool
type fbext_TypeID( (Operation) T_ ) as sub ( byref x as fbext_TypeName(T_) )
Assigns to the list from another.
declare operator let ( byref x as const fbext_List(( T_)( Allocator_)) )
Assigns the value of another XString
declare operator let ( byref x as const XString )
Appends the value of an XString
declare operator &= ( byref x as const XString )
Appends the value of the XString a number of times
declare operator *= ( byval n as ext.SizeType )
Appends the value of an XString
declare operator += ( byref x as const XString )
Removes all occurances of a substring
declare operator -= ( byref x as const XString )