Array3DModule
Create<T>(Int32, Int32, Int32, T)
Get<T>(T[,,], Int32, Int32, Int32)
Initialize<T>(Int32, Int32, Int32, FSharpFunc<Int32, FSharpFunc<Int32, FSharpFunc<Int32, T>>>)
Iterate<T>(FSharpFunc<T, Unit>, T[,,])
IterateIndexed<T>(FSharpFunc<Int32, FSharpFunc<Int32, FSharpFunc<Int32, FSharpFunc<T, Unit>>>>, T[,,])
Length1<T>(T[,,])
Length2<T>(T[,,])
Length3<T>(T[,,])
Map<T, TResult>(FSharpFunc<T, TResult>, T[,,])
MapIndexed<T, TResult>(FSharpFunc<Int32, FSharpFunc<Int32, FSharpFunc<Int32, FSharpFunc<T, TResult>>>>, T[,,])
Set<T>(T[,,], Int32, Int32, Int32, T)
ZeroCreate<T>(Int32, Int32, Int32)
netcoreapp2.2
namespace Microsoft.FSharp.Collections
{
[CompilationMapping(SourceConstructFlags.Module)]
[CompilationRepresentation(CompilationRepresentationFlags.ModuleSuffix)]
[RequireQualifiedAccess]
public static class Array3DModule
{
[CompilationArgumentCounts(new[] { 1, 1, 1, 1 })]
[CompilationSourceName("init")]
public static T[,,] Initialize<T>(int length1, int length2, int length3, FSharpFunc<int, FSharpFunc<int, FSharpFunc<int, T>>> initializer);
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to netcoreapp2.2 | |
Assemblies | FSharp.Core , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a FSharp.Core , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs a package reference to |
Package | FSharp.Core (9.0.300-beta.25160.5) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API