Uses of Class
org.robovm.apple.metalpsgraph.MPSGraphRandomDistribution
| Package | Description |
|---|---|
| org.robovm.apple.metalpsgraph |
-
Uses of MPSGraphRandomDistribution in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return MPSGraphRandomDistribution Modifier and Type Method Description MPSGraphRandomDistributionMPSGraphRandomOpDescriptor. getDistribution()static MPSGraphRandomDistributionMPSGraphRandomDistribution. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSGraphRandomDistributionMPSGraphRandomDistribution. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSGraphRandomDistribution[]MPSGraphRandomDistribution. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphRandomDistribution Modifier and Type Method Description protected static longMPSGraphRandomOpDescriptor. create(MPSGraphRandomDistribution distribution, MPSDataType dataType)voidMPSGraphRandomOpDescriptor. setDistribution(MPSGraphRandomDistribution v)Constructors in org.robovm.apple.metalpsgraph with parameters of type MPSGraphRandomDistribution Constructor Description MPSGraphRandomOpDescriptor(MPSGraphRandomDistribution distribution, MPSDataType dataType)