LinearFunction.isValid

Checks if linear function is valid, i.e. if k != 0

struct LinearFunction
const nothrow
bool
isValid
()

Return Value

Type: bool

true if function is valid, false otherwise

Meta