static create()
Creates the Greater instance with the given primitive value.
Greater.create()
Greater.create()public static create<Value extends number>(value: Value): Greater<Value> {
return new this(value);
}Generic type variables
Parameters
Return type
Returns
Example usage
Last updated