The base :: conversion module

The base :: conversion module provides functions, constants and global variables for the implementation of conversions between standard Avisynth types.

Required modules

base :: core

Functions

NameDescription

CBool()

Converts any variable to a bool type variable. The conversion follows the rules...

CClip()

Converts any variable to a clip type variable. The conversion follows ...

CFloat()

Converts any variable to a float type variable. The conversion follows the rules...

CInt()

Converts any variable to an int type variable. The conversion follows the rules...

CString()

Converts any variable to a string type variable. The function behaves like the...

Constants

None

Variables

None