Show / Hide Table of Contents

Struct Statics.RandomNextIntMinValueIntMaxValue

Struct wrapper for the method as an IFunc<T1, T2, TResult>.

Implements
IFunc<System.Int32, System.Int32, System.Int32>
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct RandomNextIntMinValueIntMaxValue : IFunc<int, int, int>

Methods

| Improve this Doc View Source

Invoke(Int32, Int32)

Declaration
public int Invoke(int minValue, int maxValue)
Parameters
Type Name Description
System.Int32 minValue
System.Int32 maxValue
Returns
Type Description
System.Int32

Operators

| Improve this Doc View Source

Implicit(Random to Statics.RandomNextIntMinValueIntMaxValue)

Converts a to a Statics.RandomNextIntMinValueIntMaxValue.

Declaration
public static implicit operator Statics.RandomNextIntMinValueIntMaxValue(Random random)
Parameters
Type Name Description
Random random

The to convert into a Statics.RandomNextIntMinValueIntMaxValue.

Returns
Type Description
Statics.RandomNextIntMinValueIntMaxValue

Implements

IFunc<T1, T2, TResult>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX