Random.NextBinaryFloat<T> Method

Definition

public:
generic <typename T>
 where T : System::Numerics::IBinaryFloatingPointIeee754<T> T NextBinaryFloat();
public T NextBinaryFloat<T>() where T : System.Numerics.IBinaryFloatingPointIeee754<T>;
member this.NextBinaryFloat : unit -> 'T (requires 'T :> System.Numerics.IBinaryFloatingPointIeee754<'T>)
Public Function NextBinaryFloat(Of T As IBinaryFloatingPointIeee754(Of T)) () As T

Type Parameters

T

Returns

T

Applies to