version::get-major

Gets the value of the major component of a given version.
int version::get-major(version)

Parameters

Name Type Description
version Version A version.

Return Value

The major version number.

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions

See Also

  • NAnt.Core.Functions.AssemblyNameFunctions.GetVersion(System.Reflection.AssemblyName)
  • NAnt.Core.Functions.EnvironmentFunctions.GetVersion
  • NAnt.Core.Functions.OperatingSystemFunctions.GetVersion(System.OperatingSystem)