Extensions Class

Definition

Extension methods for detecting or value testing of various types.

public static class Extensions
type Extensions = class
Public Module Extensions
Inheritance
Extensions

Methods

DisjunctiveNormalForm(Expression)

Rewrite expression into disjunctive normal form.

IsInteger(Object)

Test an object to see if it is an integer type.

IsNumber(Object)

Test an object to see if it is a numeric type.

PushDownNot(Expression)

Rewrite the expression by pushing not down to the leaves.

RandomNext(IMemory, Int32, Int32, Nullable<Int32>)

Generator random seed and value from properties. If value is not null, the mock random value result would be: min + (value % (max - min)). Else if seed is not null, the seed of the random would be fixed.

Applies to